Coveo Dynamic Facet Manager
Coveo Dynamic Facet Manager
|
Legacy feature
The Coveo Hive Framework is now in maintenance mode and is no longer recommended for new implementations. To build new search experiences, use one of Coveo’s more modern, lightweight, and responsive libraries. To get started, see the Build search article. |
Implements the Coveo JavaScript Search Framework DynamicFacetManager component which allows controlling a set of dynamic facets (for example, Coveo Dynamic Facets and Coveo Dynamic Numeric Facet Ranges) as a group (see Dynamic Navigation Experience).
Usage notes
-
Embed dynamic facets (for example, Coveo Dynamic Facets and Coveo Dynamic Hierarchical Facets) in the Coveo Dynamic Facet Manager rendering
Dynamic Facets
placeholder. -
You can customize the CSS associated with this rendering.
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
The following table lists the available data source options for this rendering.
Option name | Description |
---|---|
Enable facet reorder |
See the enableReorder component option. |
Maximum number of expanded facets |
See the 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>
