Skip to content

Commit

Permalink
Merge branch 'release/5.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Dec 11, 2023
2 parents f448df0 + b365566 commit 9527d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Visit the [project wiki](https://github.com/BTAA-Geospatial-Data-Project/geoport

#### Release Version

B1G Geoportal Version v5.3.0 / GeoBlacklight v4.1.0 / GeoBlacklight Admin v0.4.0
B1G Geoportal Version v5.3.1 / GeoBlacklight v4.1.0 / GeoBlacklight Admin v0.4.0
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- encoding : utf-8 -*-
require 'blacklight/catalog'
require 'kithe/blacklight_tools/bulk_loading_search_service'
# require 'kithe/blacklight_tools/bulk_loading_search_service'

class CatalogController < ApplicationController
include BlacklightAdvancedSearch::Controller
include BlacklightRangeLimit::ControllerOverride
include Blacklight::Catalog
self.search_service_class = Kithe::BlacklightTools::BulkLoadingSearchService
# self.search_service_class = Kithe::BlacklightTools::BulkLoadingSearchService

configure_blacklight do |config|
# default advanced config values
Expand Down

0 comments on commit 9527d8b

Please sign in to comment.