File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lib/blacklight/configuration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ class Configuration::FacetField < Blacklight::Configuration::Field
1616 # @return [Boolean] whether to show the facet to the user or not (very similar to the more generic if/unless)
1717 # @!attribute index_range
1818 # @return [Enumerable] a list of facet prefixes (default: A-Z) to allow users to 'jump' to particular values
19+ # @!attribute suggest
20+ # @return [Boolean] whether to display a suggest/autocomplete on the detailed facet view that allows users to filter facet values
1921 # @!attribute date
2022 # @return [Symbol|Hash] the i18n localization option for a date or time value; used as the second parameter for the I18n.l method
2123 # @!attribute link_to_facet
You can’t perform that action at this time.
0 commit comments