Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:add redirect for missing query in search view
If 'query' is not in the request GET parameters, the view now redirects to the homepage with an empty query string. This ensures users don't face errors when accessing the search page without a query parameter.
- Loading branch information