Skip to content

Commit

Permalink
Merge pull request #2671 from sul-dlss/2670-solr-json-path
Browse files Browse the repository at this point in the history
Set json_solr_path to nil
  • Loading branch information
taylor-steve authored Dec 5, 2024
2 parents cb98c1a + 4be5af4 commit b389a8d
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 b389a8d

Please sign in to comment.