Coveo Dynamic Facet Manager

Warning
Legacy feature

This article pertains to the Coveo Hive framework which is now in maintenance mode.

Choose one of Coveo’s more modern, lightweight, and responsive libraries for any future search interface development. See the search interface Implementation guide for more details.

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

Insertion location

Coveo Hive

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 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.

Example insertion sequence for the Coveo Dynamic Facet Manager rendering.

Data source options

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>
Dynamic Navigation Experience | Coveo for Sitecore 5