Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information