-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Spike] investigate UI/SOLR for using "OR" instead of "AND" #1261
Comments
From https://articles.uie.com/faceted_search2part2/
|
|
From https://baymard.com/blog/horizontal-filtering-sorting-design
|
jupiter/app/models/jupiter_core/search.rb Lines 40 to 42 in 26c3624
jupiter/app/models/jupiter_core/search.rb Line 51 in 26c3624
The OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used. The OR operator links two terms and finds a matching document if either of the terms exist in a document. This is equivalent to a union using sets. The symbol || can be used in place of the word OR. To search for documents that contain either "jakarta apache" or just "jakarta," use the query:
or
|
Dev team is going to review the options and adding comments to the tickets re: recommended solutions. |
Is your feature request related to a problem? Please describe.
As a user, I would like to be able to select multiple options in the author facet category, and
I would like the search logic to be "OR", so I can select same author with the variation (Jane Doe or J. Doe or Jane M. Doe etc)
Similarly with the department facet - Work done here #1060
The text was updated successfully, but these errors were encountered: