-
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
Discrepancy between Hyrax::SolrService#query
and ActiveFedora::SolrService#query
#6676
Closed
1 task
Comments
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
jeremyf
added a commit
that referenced
this issue
Feb 7, 2024
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Descriptive summary
There is a discrepancy between
Hyrax::SolrService#query
andActiveFedora::SolrService#query
in what it returns.Steps to reproduce the behavior in User Interface (UI)
Actual behavior (include screenshots if available)
Hyrax
double_combo
branch using Bulkraxhyrax-4-valkyrie-support
branchNote that
while
In order for a similar return value, using this seems to work
Acceptance Criteria/Expected Behavior
Hyrax::SolrService#query
should return the same thing asActiveFedora::SolrService#query
or have something similarThe text was updated successfully, but these errors were encountered: