Skip to content
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

Include Place of publication facet in advanced search #4728

Open
1 task
maxkadel opened this issue Jan 31, 2025 · 1 comment
Open
1 task

Include Place of publication facet in advanced search #4728

maxkadel opened this issue Jan 31, 2025 · 1 comment
Labels
feature Updates on existing feature or a new feature request PO (review)

Comments

@maxkadel
Copy link
Contributor

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

  • 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

config.add_facet_field 'publication_place_facet', label: 'Place of publication', limit: true, include_in_advanced_search: false

@maxkadel maxkadel added the feature Updates on existing feature or a new feature request label Jan 31, 2025
@maxkadel
Copy link
Contributor Author

Initially requested by Deborah Schlein on slack

@maxkadel maxkadel added the PO Label to collect all PO issues under label Jan 31, 2025
@christinach christinach added PO (review) and removed PO Label to collect all PO issues under labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Updates on existing feature or a new feature request PO (review)
Projects
None yet
Development

No branches or pull requests

2 participants