Sha256: b27a700dd47e2ae8127361af493d560c37616f88d0492f3c3023f201a01c31c5

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 Bytes

Contents

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

    # This overrides the models in FilterByType
    def models
      Hyrax::ModelRegistry.file_set_classes
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-5.0.1 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-5.0.0 app/search_builders/hyrax/file_set_search_builder.rb
hyrax-5.0.0.rc3 app/search_builders/hyrax/file_set_search_builder.rb