Skip to content

Commit

Permalink
add subject as hidden facet field
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Sep 9, 2024
1 parent 886f1a8 commit 3e084a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ class CatalogController < ApplicationController
config.add_facet_field Settings.FIELDS.IS_REPLACED_BY, label: 'Is Replaced By', show: false
config.add_facet_field Settings.FIELDS.SOURCE, label: 'Source', show: false
config.add_facet_field Settings.FIELDS.VERSION, label: 'Is Version Of', show: false
config.add_facet_field Settings.FIELDS.SUBJECT, label: 'Subject', show: false

# 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 3e084a6

Please sign in to comment.