Sha256: b4aa49bdedeafce8d75049e313d5a0a64e4dcae6da95a68d939ee1d118258343

Contents?: true

Size: 279 Bytes

Versions: 58

Compression:

Stored size: 279 Bytes

Contents

# 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

58 entries across 58 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.5 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.4 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.3 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.9.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.8.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.7.2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.7.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.7.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.6.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.0.0.pre.rc1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.0.0.pre.beta3 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.5.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.5.0 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.0.0.pre.beta2 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.4.1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-3.0.0.pre.beta1 app/search_builders/hyrax/homepage_search_builder.rb
hyrax-2.4.0 app/search_builders/hyrax/homepage_search_builder.rb