-
Notifications
You must be signed in to change notification settings - Fork 13
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
search: implement advanced search #569
Conversation
fba683a
to
eaed94d
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.
Commit proposition:
search: implement advanced search
* Updates routes to add an advanced search filter.
* Fixes the number of parameters for the component that implements
RecordSearchPage.
* Closes rero/rero-ils#1824.
49efb31
to
e5ba32f
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.
I didn't tested it in detail but it worked well 👍
Only one comment about wording
- "Advanced Search" should be renamed in "Expert search" (because in the future we will have a real advanced search as in RERO Explore, so we need two distinct names)
- Don't put a capital letter to search: "Expert search"
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.
-
(Not blocking) The "expert search" is usable if you know the keys for your search.
The librarian needs an easy and quick way to access the list of keys. -
(Not blocking) increase the size of the search box when the librarian is in the documents.
e5ba32f
to
08bce0a
Compare
Fixed |
994830b
to
2a23197
Compare
* Updates routes to add advanced search filter. * Fixes number of parameters for component implement RecordSearchPage. * Closes rero/rero-ils#1824. * Uses ng-core version 1.8.x. * Fixes tests. * Adds a new karma package to display the test name in the console: `karma-spec-reporter`. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Co-Authored-by: Bertrand Zuchuat [email protected]
Why are you opening this PR?
Dependencies
My PR depends on PR(s):
How to test?
Examples
identifiedBy.value:9782412052716
identifiedBy.type:bf\:Isbn AND identifiedBy.value:9782412052716
city:Martigny
name:fnac
gnd.preferred_name:Deputazione
Code review check list