Sha256: 904c455cf9b82f00dc18713c2b20bbc82ca89ada562616652857a22a00b607d3

Contents?: true

Size: 309 Bytes

Versions: 28

Compression:

Stored size: 309 Bytes

Contents

# frozen_string_literal: true
# Added to allow for the My controller to show only things I have edit access to
class Hyrax::HomepageSearchBuilder < Hyrax::SearchBuilder
  include Hyrax::FilterByType
  self.default_processor_chain += [:add_access_controls_to_solr_params]

  def only_works?
    true
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.0.4 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.3 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.0.rc3 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.0.rc2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-5.0.0.rc1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.6.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0.rc3 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0.rc2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0.rc1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.5.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0.beta2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.4.2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-4.0.0.beta1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.4.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.4.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.3.0 app/search_builders/hyrax/homepage_search_builder.rb