Sha256: c5237ddf8ee23244350561f49ca80b32b7ffa038d79c66da6824678a1f98903d
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 Bytes
Contents
class CommonwealthCollectionsSearchBuilder < Blacklight::SearchBuilder include Blacklight::Solr::SearchBuilderBehavior include CommonwealthVlrEngine::CommonwealthSearchBuilderBehavior self.default_processor_chain += [ :exclude_unpublished_items, :collections_filter ] unless I18n.t('blacklight.home.browse.institutions.enabled') self.default_processor_chain += [:institution_limit] end end
Version data entries
3 entries across 3 versions & 1 rubygems