You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bulkrax is sending queries to solr without wrapping ruby models in string quotes. Additionally the query seems to be looking for Hyrax::FileSets exclusively whereas Hyku seems to store the model in Solr as just "FileSet".
Rationale
This error can prevent exports from functions correctly, and throw errors
Expected behavior
Exports just export...
Actual behavior
Exports frequently error and are missing filesets
Steps to reproduce the behavior
export metadata only in bulkrax 8.3 and latest Hyku commit 6ad1bb1
Descriptive summary
Bulkrax is sending queries to solr without wrapping ruby models in string quotes. Additionally the query seems to be looking for Hyrax::FileSets exclusively whereas Hyku seems to store the model in Solr as just "FileSet".
Rationale
This error can prevent exports from functions correctly, and throw errors
Expected behavior
Exports just export...
Actual behavior
Exports frequently error and are missing filesets
Steps to reproduce the behavior
export metadata only in bulkrax 8.3 and latest Hyku commit 6ad1bb1
Screenshots
bulkrax error:
solr has_model_ssim format:
extension of samvera/hyku#2364
The text was updated successfully, but these errors were encountered: