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

count collection items with the SolrService directly #4314

Merged
merged 1 commit into from
May 18, 2020

Commits on May 16, 2020

  1. count collection items with the SolrService directly

    remove a hard dependency on ActiveFedora by querying solr directly instead of
    using the `Relation#count` interface.
    
    there are other methods here using similar queries, but working out the
    relationship with `Blacklight::AccessControls::Enforcement` is going to take
    some more work. for one thing, we have local `Enforcement` additions that are
    being bypassed (inappropriately?) by the existing queries.
    tom johnson committed May 16, 2020
    Configuration menu
    Copy the full SHA
    9aa0755 View commit details
    Browse the repository at this point in the history