Sha256: 3e9ffae720ba92990182bf995ce7f0ac277736136da8ce58a2dc5e735e43d92b

Contents?: true

Size: 232 Bytes

Versions: 8

Compression:

Stored size: 232 Bytes

Contents

module Hyrax
  # Returns all works, either active or suppressed.
  # This should only be used by an admin user
  class WorksSearchBuilder < ActiveWorksSearchBuilder
    self.default_processor_chain -= [:only_active_works]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.1.0 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.5 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.4 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.3 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.2 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.1 app/search_builders/hyrax/works_search_builder.rb
hyrax-1.0.0.rc2 app/search_builders/hyrax/works_search_builder.rb