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

Browse Call Numbers by library #795

Open
awead opened this issue Jul 23, 2021 · 0 comments
Open

Browse Call Numbers by library #795

awead opened this issue Jul 23, 2021 · 0 comments
Milestone

Comments

@awead
Copy link
Contributor

awead commented Jul 23, 2021

In order to support call number browsing for a specific library, we need to "facet" on the location while retrieving a sorted list of call numbers. This would be akin to adding a filter query, ex. campus_facet:Berks, to a term component query; however, this is not possible Solr. Term component queries only operate over the entire index.

What Done Looks Like

Find a solution to obtaining our forward and reverse listing of call numbers, but restricting the list to only records with a specific field value, like a facet field.

Options

  1. Separate indexes for each library/location
  2. Use database tables or another implementation
  3. Ask around for other ideas
@banukutlu banukutlu added this to the 1.1.x milestone Aug 5, 2021
@banukutlu banukutlu removed the on hold label Mar 23, 2022
@banukutlu banukutlu modified the milestones: 1.1.x, 1.2.x May 10, 2022
@banukutlu banukutlu changed the title Browse by library Browse Call Numbers by library May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants