Skip to content
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

Replace uses of deprecated Hyrax::SolrQueryBuilderService with Hyrax::SolrQueryService #4946

Open
elrayle opened this issue May 7, 2021 · 0 comments

Comments

@elrayle
Copy link
Contributor

elrayle commented May 7, 2021

Descriptive summary

PR #4938 refactors the solr query process to allow multiple query clauses to be combined and submitted to solr. See Issue #4936 which describes the refactor design. Hyrax::SolrQueryBuilderService is deprecated and calls to it need to be updated to use the new Hyrax::SolrQueryService.

Rationale

Replace deprecated code with expected replacement.

Expected behavior

There should be no changes to the current test suite as a result of this refactor.

Related work

Issue #4936 Refactor Hyrax::SolrQueryBuilderService to build up the query and allow execution
PR #4938 Refactor hyrax search query builder to build and execute queries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants