projectblacklight / blacklight_advanced_search

Advanced search plugin for Blacklight
http://projectblacklight.org
Other
24 stars 25 forks source link

add #facet_field_names_for_advanced_search method #70

Closed codeforkjeff closed 7 years ago

codeforkjeff commented 7 years ago

This makes it possible to exclude facets from the advanced search page. We use this to exclude range facets, because they mess up the advanced search html form. See this issue: https://github.com/projectblacklight/blacklight_range_limit/issues/58

codeforkjeff commented 7 years ago

Added a commit reorganizing things to follow the "helper behavior" pattern in Blacklight, to better support overrides by the main app.