Facets Section

In this article
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.

Coveo for Sitecore Specific Rendering This rendering adds a Facets dynamic placeholder in which you can insert renderings of the Facets group.

Insertion location

Coveo Hive

The Facets Section rendering is an Allowed Control in the following placeholder(s): External Components, Main Section

Example insertion sequence for the Facets Section rendering.

Coveo Hive SXA

Coveo for Sitecore SXA doesn't include a Facets Section rendering. Use a Sitecore container or splitter to create a section for your Coveo Facet renderings.

Data Source Options

This rendering doesn't require a data source.

Sample Generated HTML in Experience Editor

<div class="coveo-facet-column scEnabledChrome chromeWithDatasource" sc-part-of="placeholder rendering">
  <code ... ></code>
  <span ... ></span>
  <div class="scEnabledChrome scEmptyPlaceholder"
  sc-placeholder-id="_coveo_ui_coveo_ui_content_dynamic_coveo20ee610d_coveo_ui_main_section_coveo_ui_facets_dynamic_coveo38673ed1"
  sc-part-of="placeholder"></div>
  <code ... ></code>
</div>
The Facets Section rendering floating toolbar code is purposely omitted.