From 4cafe8975b478470d2763a0ffc222bf83f4ccd41 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 11 Dec 2023 10:54:56 -0600 Subject: [PATCH] Rollback: Kithe Bulk Loading Search Service Adding about ~250ms to catalog_controller#index performance. We don't need it now, so rolling this back until Kithe handles more UI display. --- app/controllers/catalog_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index a94ff1c9b..3f53a7e0f 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -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