Sha256: dddd7af9ec4e792bdf8fcbe1e2d0f7c1e3c672e60d188b6dd6957dca6cc16f32

Contents?: true

Size: 215 Bytes

Versions: 20

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  class FileSetSearchBuilder < ::SearchBuilder
    include SingleResult

    # This overrides the models in FilterByType
    def models
      [::FileSet]
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0.rc3 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0.rc2 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0.rc1 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.5.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0.beta2 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.4.2 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-4.0.0.beta1 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.4.1 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.4.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.3.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.2.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.1.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.2 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.1 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.0.pre.rc4 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.0.pre.rc3 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-3.0.0.pre.rc2 app/search_builders/hyrax/file_set_search_builder.rb