Skip to content

Commit

Permalink
Merge pull request #2525 from pulibrary/2427-part-of-facet
Browse files Browse the repository at this point in the history
Add part_of facet
  • Loading branch information
escowles committed Feb 5, 2019
2 parents 37e73b4 + e7defa0 commit 85606b7
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 @@ -38,6 +38,7 @@ def self.search_config
config.add_facet_field "display_subject_ssim", label: "Subject", limit: 5
config.add_facet_field "display_language_ssim", label: "Language", limit: 5
config.add_facet_field "state_ssim", label: "State", limit: 5
config.add_facet_field "part_of_ssim", label: "Part of", limit: 5
config.add_facet_fields_to_solr_request!

config.add_search_field "all_fields", label: "All Fields"
Expand Down

0 comments on commit 85606b7

Please sign in to comment.