-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Hyku to bring in snippets fixes (#860)
# Story Refs - #769 # Expected Behavior Before Changes Snippets didn't work correctly # Expected Behavior After Changes - [ ] Search on catalog page performs full text search and shows highlighted snippets. - [ ] Title and thumbnail urls carry the search terms through to the show pages and perform UV search automatically - [ ] Search with no highlighting opens show page normally. # Screenshots / Video <details> <summary></summary> ### Search on catalog page picks up terms in both full text and other metadata ![Screenshot 2024-10-25 at 5 30 51 PM](https://github.com/user-attachments/assets/717d5b0b-92d8-4573-8408-825d7305e86d) ### clicking on work automatically searches the UV ![Screenshot 2024-10-25 at 5 31 17 PM](https://github.com/user-attachments/assets/d1963379-041e-4a35-bf5b-169782044634) </details> # Notes
- Loading branch information
Showing
4 changed files
with
3 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hyrax-webapp
updated
4 files
+3 −1 | app/controllers/catalog_controller.rb | |
+1 −2 | app/helpers/shared_search_helper.rb | |
+1 −1 | app/views/catalog/_index_list_default.html.erb | |
+5 −4 | spec/helpers/shared_search_helper_spec.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters