-
Facets Reference
- Coveo Category Facet
- Coveo Date Facet Range
- Coveo Date Facet Slider
- Coveo Distance Facet Range
- Coveo Dynamic Date Facet Range
- Coveo Dynamic Distance Facet Range
- Coveo Dynamic Facet
- Coveo Dynamic Facet Manager
- Coveo Dynamic Hierarchical Facet
- Coveo Dynamic Numeric Facet Range
- Coveo Facet
- Coveo Numeric Facet Range
- Coveo Numeric Facet Slider
Coveo Dynamic Facet Manager
Implements the Coveo JavaScript Search Framework DynamicFacetManager component which allows controlling a set of dynamic facets (e.g., Coveo Dynamic Facet, Coveo Dynamic Numeric Facet Range) as a group (see Dynamic Navigation Experience).
Usage Notes
-
Embed dynamic facets (e.g., Coveo Dynamic Facet, Coveo Dynamic Hierarchical Facet) in the Coveo Dynamic Facet Manager rendering
Dynamic Facets
placeholder.
Insertion Location
The Coveo Dynamic Facet Manager rendering is an Allowed Control in the following placeholder(s): Facets
Example insertion sequence for the Coveo Dynamic Facet Manager rendering.
Coveo for Sitecore SXA rendering insertion locations aren’t limited by placeholder Allowed Controls. The Coveo Dynamic Facet Manager rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.
Example insertion sequence for the Coveo Dynamic Facet Manager rendering.
Data Source Options
Option name | Description |
---|---|
Enable facet reorder | See enableReorder component option |
Maximum number of expanded facets | See maximumNumberOfExpandedFacets component option |
DOM unique Id | Randomly generated HTML element id. |
Additional data attributes |
Allows use of the Coveo JavaScript Search Framework DynamicFacetManager component options that aren’t directly available in the data source. |
Sample Generated HTML and Corresponding Visual Output
<div id="coveoe9e65c13" class="CoveoDynamicFacetManager" data-enable-reorder="true"
data-maximum-number-of-expanded-facets="3">
<!-- the code of the embedded dynamic facets appears here -->
</div>
