Skip to content

faceted_navigation.black_list

Exclude specific values for facets.

Key: faceted_navigation.black_list
Type: List<String>
Can be set in: collection.cfg

Description

This option specifies a list of terms that should be removed from faceted navigation values.

This option applies to all facets, see faceted_navigation.black_list.facet for setting a black list for a specific facet.

The value is a comma separated list of terms. Those terms will be removed from the values for the given facet. The matches are case-insensitive.

Default Value

Empty (no blacklist)

Examples

Prevent "Sydney" from appearing on every facets:

faceted_navigation.black_list=Sydney

⚠ Caveats

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

See Also

top

Funnelback logo
v15.24.0