Coveo Dynamic Facet Manager
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
Coveo Hive
The Coveo Dynamic Facet Manager rendering is an Allowed Control in the following placeholder(s): Facets
Coveo Hive SXA
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.
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>
