You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a researcher working on a specific geographic area that spans multiple countries, I would like to limit my search to multiple places of publication using a boolean OR search.
Acceptance criteria
On the advanced search page, I can select multiple countries from the "Place of publication" facet and get results that were published in any one of those countries
Concrete example
Works published in Lebanon OR Syria OR Jordan
Implementation notes, if any
It's possible we would only need to change the include_in_advanced_search: false in the catalog controller to include_in_advanced_search: true and verify that the display is still reasonable
User story
As a researcher working on a specific geographic area that spans multiple countries, I would like to limit my search to multiple places of publication using a boolean OR search.
Acceptance criteria
Concrete example
Works published in Lebanon OR Syria OR Jordan
Implementation notes, if any
It's possible we would only need to change the
include_in_advanced_search: false
in the catalog controller toinclude_in_advanced_search: true
and verify that the display is still reasonableorangelight/app/controllers/catalog_controller.rb
Line 142 in 0d78909
The text was updated successfully, but these errors were encountered: