Environment: All
...
With February 2022 release we have made the following changes:
UI
...
Changes
Added a Max # of Values per Facet column that will allow to limit the number of facet values from each facet that we will use for sitemap building.
...
Changes that Impact Different Facet Types
a. Non-nested facets
For non-nested facets the max # of facet values per facet is applied at the facet level.
E.g. if max # of facet values per facet for Color facet is 5, we will only use the first 5 facet values for sitemap building.
Example:
Let’s look at the Brand facet shown below. Only the first 5 facet values will be used for the sitemap building:
...
For nested facets (both nested links and nested checkbox types) we are accounting for max # of facet values per facet AND Max Depth.
Example:
If max # of facet values per facet for Department facet is 2, and max depth is set to 2, we will have to account for 2x2=4 variations that will be used for sitemap building.
...