Skip to content

Commit

Permalink
Remove subject geo
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Dec 1, 2023
1 parent fc59834 commit 66595a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 66595a7

Please sign in to comment.