Global Search 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 Global Searchbox dynamic placeholder in which you can insert the Coveo Global Searchbox rendering.

Insertion location

Coveo Hive

The Global Search Section rendering is an Allowed Control in the following placeholder(s): External Components

Example insertion sequence for the Global Search Section rendering.

Coveo Hive SXA

Coveo for Sitecore SXA doesn't include a Global Search Section rendering. Use a Sitecore container or splitter to create a section for your Coveo Global Searchbox rendering.

Data source options

This rendering doesn't require a data source.

Sample generated HTML in Experience Editor

<div class="coveo-search-section scEnabledChrome chromeWithDatasource" sc-part-of="placeholder rendering">
  <code ... ></code>
  <span ... ></span>
  <div class="scEnabledChrome scEmptyPlaceholder"
  sc-placeholder-id="_ArticleHeaderPlaceholder_coveo_ui_external_components_dynamic_coveodff0e9e9_coveo_ui_global_searchbox_dynamic_coveo8da684bc"
  sc-part-of="placeholder"></div>
  <code ... ></code>
</div>
The Global Search Section rendering floating toolbar code is purposely omitted.