Skip to content

Commit 9060f0e

Browse files
authored
Merge pull request #3759 from projectblacklight/sandbergja-patch-1
Add a note about the suggest configuration option for facets
2 parents db0e552 + 386cfaf commit 9060f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/blacklight/configuration/facet_field.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)