Skip to content

Commit

Permalink
Set json_solr_path to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Dec 5, 2024
1 parent 8fc96b7 commit 4be5af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ class CatalogController < ApplicationController
configure_blacklight do |config|
config.bootstrap_version = '5'
config.http_method = :post
# Blacklight 8 sets a default value to 'advanced'
# For browse category search to work it must be nil
config.json_solr_path = nil
config.header_component = Spotlight::HeaderComponent
config.exhibit_navbar_component = ExhibitNavbarComponent
config.index.default_thumbnail = :exhibits_default_thumbnail
Expand Down

0 comments on commit 4be5af4

Please sign in to comment.