Skip to content

Commit

Permalink
Merge pull request #1392 from sul-dlss/subject-facet
Browse files Browse the repository at this point in the history
add subject as hidden facet field
  • Loading branch information
thatbudakguy authored Sep 9, 2024
2 parents f3fe1b1 + 3e084a6 commit d40f955
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 @@ -156,6 +156,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 d40f955

Please sign in to comment.