Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def self.search_config
end

configure_blacklight do |config|
# Do not store searches for anyone since we can't display them anyway
config.crawler_detector = ->(req) { true }

config.search_builder_class = SearchBuilder
## Default parameters to send to solr for all search-like requests.
## See also SolrHelper#solr_search_params
Expand Down