-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes 2618 - Refactored search to use advanced route #3163
Conversation
999dc6e
to
16ac9f7
Compare
16ac9f7
to
a9c9505
Compare
a9c9505
to
021704b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this PR needed? Cause I noticed you have SearchResults.tsx
changed in #3164 as well
This is the smaller version of 3164.... This PR just changes the route to use, the other PR also ends up changing the route because we clean up all the other route and make advanced the main route. |
It still doesn't make sense to me why we can't do the change in just one PR. |
This seem arguable @Kevan-Y what do you think about this ? |
closing this - will just resolve in the other PR |
Issue This PR Addresses
Fixes #2618
Type of Change
Description
In #2617 we added an advanced route. The advanced route is more flexible for search terms and capabilities. In this PR I changed the route used in the search results so that we use the new "advanced" route. In another PR I will clean up the regular search as we are now leveraging the more advanced route - and will be the main route meaning no more
/advanced
it will be/
Steps to test the PR
cp config/env.development .env
docker-compose --env-file ./config/env.development up --build search elasticsearch redis posts nginx planet
Checklist