Sha256: 3448b1793138a1126d412a70e45b7a0eba51cfdcb766be3c0afc8a98642a80d9

Contents?: true

Size: 383 Bytes

Versions: 25

Compression:

Stored size: 383 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  class SingleAdminSetSearchBuilder < Hyrax::AdminSetSearchBuilder
    include Hyrax::SingleResult

    # @param [#repository,#blacklight_config,#current_ability] context
    # @param access [Symbol] either :read or :edit access level to filter for
    def initialize(context, access = :read)
      super(context, access)
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-5.0.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-5.0.0.rc3 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-5.0.0.rc2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-5.0.0.rc1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.6.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0.rc3 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0.rc2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0.rc1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.5.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0.beta2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.4.2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-4.0.0.beta1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.4.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.4.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.3.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.2.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.1.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.0.2 app/search_builders/hyrax/single_admin_set_search_builder.rb