Results 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 the Results List, Results Header, and UI Results Footer dynamic placeholders.

The Results List placeholder is designed to house the Coveo Results List rendering.

The Results Header and UI Results Footer placeholders are designed to house renderings of the Components group, often by way of their related Sections.

Insertion location

Coveo Hive

The Results Section rendering is an Allowed Control in the following placeholder(s): Main Section

Example insertion sequence for the Results Section rendering.

Coveo Hive SXA

Coveo for Sitecore SXA doesn't include a Results Section rendering. Use Sitecore containers or splitters to create sections for your Coveo Results List and related renderings (for example, see Coveo Results List Insertion Location).

Data Source Options

This rendering doesn't require a data source.

Sample Generated HTML in Experience Editor

<div class="coveo-results-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_coveoe28f8e99_coveo_ui_main_section_coveo_ui_results_header_dynamic_coveo922518e0"
  sc-part-of="placeholder"></div>
  <code ... ></code>

  <code ... ></code>
  <span ... ></span>
  <div class="scEnabledChrome scEmptyPlaceholder"
  sc-placeholder-id="_coveo_ui_coveo_ui_content_dynamic_coveoe28f8e99_coveo_ui_main_section_coveo_ui_results_dynamic_coveo922518e0"
  sc-part-of="placeholder"></div>
  <code ... ></code>

  <div class="CoveoLogo"></div>

  <code ... ></code>
  <span ... ></span>
  <div class="scEnabledChrome scEmptyPlaceholder"
  sc-placeholder-id="_coveo_ui_coveo_ui_content_dynamic_coveoe28f8e99_coveo_ui_main_section_coveo_ui_results_footer_components_dynamic_coveo922518e0"
  sc-part-of="placeholder"></div>
  <code ... ></code>

</div>
The Results Section rendering floating toolbar code is purposely omitted.