Corey Gillen
Corey Gillen
Fixes #610 @ashmaroli mentioned they wanted tests on the fix. These might not be the best tests, so if you have any suggestions I'll gladly fix them up.
Fixes #1342
Backport of Hyrax#6298
### Descriptive summary Currently a reindex is starting and it has taken an unacceptably long time to spool up. It claims `5675709.1ms` to query the head of Fedora (though it...
### Descriptive summary Controlled vocab terms should be permissive in what they accept and rigorous with what they store. Before a fetch, controlled vocab terms should accept either http:// or...
### Descriptive summary The first hurdle is that Hyrax 3.0.2 makes Rails 5.2.6 support official, and Rails 5.2.6 includes a security update for `polymorphic_path` which is a method used in...
### Descriptive summary SA@OSU uses `$` as a delimiter between the URI and Label on controlled vocab values. This is a parsing service that explains the idea: https://github.com/osulp/Scholars-Archive/blob/main/app/services/scholars_archive/label_parser_service.rb Essentially index...
### Descriptive summary General catalog searches produce massive solr queries with mostly empty/irrelevant data. See this example of a simple search for `water`: ``` Solr query: post select { "qt"=>"search",...
### Descriptive summary Following #1719, User Collections should have an edit button on the collection page as well. This button should pop-up the edit collection modal as seen on the...
### Descriptive summary When a work is added to a collection, the user stays on the search or work page. A message should be presented that lets the user know...