Skip to content

faceted_navigation.white_list.[facet]

Include only a list of specific values for a specific facet.

Key: faceted_navigation.white_list.[facet]
Type: List<String>
Can be set in: collection.cfg

Description

This option specifies a list of terms allowed to be displayed in faceted navigation values.

This parameter is suffixed with the facet name to apply the white list to. The format is: faceted_navigation.white_list.[facet].

The value is a comma separated list of terms. Only the term from this list will be displayed as values for the given facet. The matches are case-insensitive.

Default Value

Empty (no whitelist)

Examples

Only allow "Sydney" and "Melbourne" for the "Location" facet:

faceted_navigation.white_list.Location=Sydney,Melbourne

⚠ Caveats

  • Because the list is comma-separated, whitelisting values that contain comma is not possible. To whitelist faceted navigation categories creating commas, a custom hook script is required.

See Also

top

Funnelback logo
v15.24.0