Module: Hyrax::My::SearchBuilderBehavior

Extended by:
ActiveSupport::Concern
Included in:
CollectionsSearchBuilder, HighlightsSearchBuilder, SearchBuilder, SharesSearchBuilder
Defined in:
app/search_builders/hyrax/my/search_builder_behavior.rb

Overview

Behavior for the my controller search builder to allow the my controller to only get access to items I have edit access to.

Separating as a behavior allows for easier overriding of the gem behavior.

Instance Method Summary collapse

Instance Method Details

#discovery_permissionsObject

show only files with edit permissions in lib/hydra/access_controls_enforcement.rb apply_gated_discovery



10
11
12
# File 'app/search_builders/hyrax/my/search_builder_behavior.rb', line 10

def discovery_permissions
  ["edit"]
end