From 66595a76de2e8fe7be98b018bcd6009d4fcf0ba1 Mon Sep 17 00:00:00 2001 From: Brittny Lapierre Date: Fri, 1 Dec 2023 14:21:31 -0500 Subject: [PATCH] Remove subject geo --- app/controllers/catalog_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index a6b603670..f7e552659 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -121,7 +121,7 @@ class CatalogController < ApplicationController #config.add_facet_field 'title_series_tsim_str', label: 'Series' config.add_facet_field 'subject_ssim_str', label: 'Subject' config.add_facet_field 'author_ssm_str', label: 'Creator' - config.add_facet_field 'subject_geo_ssim_str', label: 'Region' + #config.add_facet_field 'subject_geo_ssim_str', label: 'Region' config.add_facet_field 'language_ssim_str', label: 'Language' config.add_facet_field 'published_ssm_str', label: 'Publishing Location', sort: 'index', limit: true config.add_facet_field 'pub_date_si', label: 'Publish Date'