Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
labradford committed Dec 19, 2022
1 parent 2f67f90 commit 08f02b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module CollectionMemberSearchBuilderDecorator
Hyrax::CollectionMemberSearchBuilder.default_processor_chain += [:show_works_or_works_that_contain_files]

# These methods include the filesets in the search results
def show_works_or_works_that_contain_files(solr_parameters)
def show_works_or_works_that_contain_files(solr_parameters)
return if blacklight_params[:q].blank?
solr_parameters[:user_query] = blacklight_params[:q]
solr_parameters[:q] = new_query
Expand Down

0 comments on commit 08f02b5

Please sign in to comment.