Skip to content

Commit

Permalink
exclude range from advanced-search form
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs authored and adam malantonio committed Feb 4, 2019
1 parent dc0c044 commit b4e121e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def self.modified_field
limit: 5
config.add_facet_field 'years_encompassed_iim',
label: I18n.t('blacklight.search.fields.years_encompassed'),
range: true
range: true,
include_in_advanced_search: false

# The generic_type isn't displayed on the facet list
# It's used to give a label to the filter that comes from the user profile
Expand Down

0 comments on commit b4e121e

Please sign in to comment.