faceted_navigation.black_list
Exclude specific values for facets.
Key: faceted_navigation.black_list
Type: List<String>
Can be set in: collection.cfg
Table of Contents
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.
⚠ Caveats
-
Because the list is comma-separated, blacklisting values that contain comma is not possible. To blacklist faceted navigation categories creating commas, a custom plugin is required.