Skip to content

Commit

Permalink
fixes #1422
Browse files Browse the repository at this point in the history
  • Loading branch information
bonniegee committed Dec 6, 2023
1 parent 965a77f commit a8ea211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/arclight/templates/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class CatalogController < ApplicationController
config.add_facet_field 'level', field: 'level_ssim', limit: 10
config.add_facet_field 'names', field: 'names_ssim', limit: 10
config.add_facet_field 'repository', field: 'repository_ssim', limit: 10
config.add_facet_field 'place', field: 'geogname_ssim', limit: 10
config.add_facet_field 'subject', field: 'access_subjects_ssim', limit: 10
config.add_facet_field 'places', field: 'geogname_ssim', limit: 10
config.add_facet_field 'access_subjects', field: 'access_subjects_ssim', limit: 10

# Have BL send all facet field names to Solr, which has been the default
# previously. Simply remove these lines if you'd rather use Solr request
Expand Down

0 comments on commit a8ea211

Please sign in to comment.