Class: Hyrax::DeactivatedEmbargoSearchBuilder

Inherits:
EmbargoSearchBuilder show all
Defined in:
app/search_builders/hyrax/deactivated_embargo_search_builder.rb

Instance Method Summary collapse

Methods inherited from EmbargoSearchBuilder

#only_active_embargoes, #with_pagination, #with_sorting

Instance Method Details

#with_deactivated_embargos(solr_params) ⇒ Object



6
7
8
9
# File 'app/search_builders/hyrax/deactivated_embargo_search_builder.rb', line 6

def with_deactivated_embargos(solr_params)
  solr_params[:fq] ||= []
  solr_params[:fq] = 'embargo_history_ssim:*'
end