Skip to content

Commit

Permalink
Add coin citations and references to facet fields (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Mar 30, 2023
1 parent 2485e5a commit f173fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ class CatalogController < ApplicationController
config.add_facet_field 'size_s', label: 'Size', include_in_request: false
config.add_facet_field 'technique_s', label: 'Technique', include_in_request: false
config.add_facet_field 'weight_s', label: 'Weight', include_in_request: false
config.add_facet_field 'coin_citations_s', label: 'Citations', include_in_request: false
config.add_facet_field 'coin_references_s', label: 'References', include_in_request: 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 f173fec

Please sign in to comment.