-
Notifications
You must be signed in to change notification settings - Fork 4
Perform advanced search within a collection #2517 #2618
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
base: master
Are you sure you want to change the base?
Conversation
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.
The initial advanced search, starting from https://deploy-preview-2618--fairsharing.netlify.app/5742, worked as expected (https://deploy-preview-2618--fairsharing.netlify.app/advancedsearch?q=gecko&operator=_and&fields=%28operator%3D_and%26status%3Dready%29).
Issue 1: Then I clicked the "Edit" button and it took me back to the generic Advanced search rather than the collection I was already inside (the MOMSI collection).
Issue 2: I followed the URL shown at the top of this comment (it's the url I was taken to from the MOMSI advanced search) and the resulting page had no knowledge of which collection it was in - it said "Collection ."
Perhaps the advanced search URL needs to have a collection record id as part of the url string?
…ing/fairsharing.github.io into collection_advanced_search_2517
This deals with #2517
It's all working for me but it needs someone else to try it out and to look at the code.
Whilst looking into it I discovered some console errors but they're in production as well so I created a separate ticket: #2617