-
Notifications
You must be signed in to change notification settings - Fork 124
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
Fix location indexing #6927
Fix location indexing #6927
Conversation
Test Results 17 files ±0 17 suites ±0 2h 16m 38s ⏱️ -23s Results for commit a8db0ad. ± Comparison against base commit ce352d3. This pull request removes 274 and adds 273 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
fb46857
to
d3c9830
Compare
Location indexer now includes the term used for location faceting.
d3c9830
to
a8db0ad
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.
+1 Good catch, thanks!
Fixes
Location indexer now includes the term needed for location faceting.
Summary
Valkyrie resources were not indexing term
based_near_label_sim
which is needed for the location facet, so they were not appearing in the facet.Guidance for testing, such as acceptance criteria or new user interface behaviors:
A new work using based_near location will now appear in the facet on the catalog page.
Type of change (for release notes)
notes-bugfix
Bug FixesChanges proposed in this pull request:
@samvera/hyrax-code-reviewers