-
Notifications
You must be signed in to change notification settings - Fork 360
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
Primo REST: Add record attribute and CDI full text search support. #4126
Primo REST: Add record attribute and CDI full text search support. #4126
Conversation
EreMaijala
commented
Nov 29, 2024
- Adds a new checkbox facet for toggling full text search with CDI.
- Adds a setting for displaying CDI record attributes as record labels.
- Adds displaying of labels to record screen.
- Updates links to documentation in Primo.ini.
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.
Thanks, @EreMaijala, just a few trivial observations...
module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollectionFactory.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Demian Katz <[email protected]>
Co-authored-by: Demian Katz <[email protected]>
…cordCollectionFactory.php Co-authored-by: Demian Katz <[email protected]>
@demiankatz I changed all the other record factory calls as well for consistency. |
@demiankatz And the language files should be sorted now. |
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.
Thanks, @EreMaijala!
(I split off the existing factory revisions to a separate commit for clarity, and pushed that up ahead of merging this PR). |