--- title: Coveo Search Resources slug: '3033' canonical_url: https://docs.coveo.com/en/3033/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Search Resources > **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](https://docs.coveo.com/en/2473/) article. ![Coveo for Sitecore Specific Rendering](c4sc-v5/sitecore-20-px-new.png) This rendering adds JavaScript and CSS references required to use the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) renderings and the Coveo for Sitecore-specific renderings. This rendering generates a `
` tag whose attribute values serve primarily to add Sitecore context information (for example, current language, current database) to search queries and result templates. ## Usage notes * **{doctitle}** is a mandatory rendering in any Coveo for Sitecore search interface, whether for a complete search page or in a content item layout header simply containing a [Coveo Global Searchbox](https://docs.coveo.com/en/3040/). ## Insertion location

Coveo Hive

The Coveo Search Resources rendering is an Allowed Control in the following placeholder(s): UI Resources

Example insertion sequence for the Coveo Search Resources rendering.

Coveo Hive SXA

Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Search Resources rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.

Example insertion sequence for the Coveo Search Resources rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description a|Use local files for Coveo JavaScript Search Framework [.version.c4sc.c4sc-new.5-0-822-2.October-30&-2020] [Coveo for Sitecore 5.0.822.2](https://docs.coveo.com/en/3360#release-notes) Use local files for Coveo JavaScript Resources a|When selected, Coveo for Sitecore uses the Coveo JavaScript Search Framework files included in the downloaded package. When not selected, Coveo for Sitecore references the Coveo JavaScript Search Framework CDN files. [.version.c4sc.c4sc-new.5-0-822-2.October-30&-2020] [Coveo for Sitecore 5.0.822.2](https://docs.coveo.com/en/3360#release-notes) When selected, Coveo for Sitecore uses the Coveo JavaScript Search Framework and Coveo Hive files included in the downloaded package. When not selected, Coveo for Sitecore references the CDN files (see [Choosing between local and CDN Coveo JavaScript resource files](https://docs.coveo.com/en/2629/)). a|CDN Version [.version.c4sc.c4sc-new.5-0-822-2.October-30&-2020] [Coveo for Sitecore 5.0.822.2](https://docs.coveo.com/en/3360#release-notes) Coveo JavaScript Search Framework CDN Version a|Used to select a specific version of the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/o1aj0225/) CDN files, overriding the Coveo JavaScript Search Framework version that the Coveo for Sitecore package was designed to use. The CDN version must be in the `major.minor` format (for example, `2.5549`). > **Important** > > Coveo can't guarantee your Coveo for Sitecore package works with a version of the Coveo JavaScript Search Framework that's different from the one your Coveo for Sitecore version was coded for and tested with. |Resources local path |The path to the Coveo for Sitecore `css`, `image`, `templates`, `init`, Coveo JavaScript Search Framework and Coveo Hive local files `js` folders. |Coveo REST endpoint a|The path to the reverse proxy REST endpoint. [.version.c4sc.c4sc-new.5-0-822-2.October-30&-2020] [Coveo for Sitecore 5.0.822.2](https://docs.coveo.com/en/3360#release-notes) When [bypassCoveoForSitecoreProxy](https://docs.coveo.com/en/2568#the-restendpointconfiguration-section-settings) is set to `true`, this option isn't displayed in the data source. |Coveo Analytics endpoint a|include::assets/version-tags/sitecore-version.adoc[tags=1277-4;calc;new;content] -- The path to the Coveo Analytics proxy REST endpoint. The `Coveo analytics endpoint` value must be harmonized with the custom `Coveo REST endpoint` value you're using. For example, the following combination of values in a **Coveo Search Resources** data source is valid: * `Coveo REST endpoint`: `/coveo/customendpoint` * `Coveo analytics endpoint`: `/coveo/customendpoint/ua` -- {empty} When [bypassCoveoForSitecoreProxy](https://docs.coveo.com/en/2568#the-restendpointconfiguration-section-settings) is set to `true`, this option isn't displayed in the data source. |Additional Dictionaries a|The additional dictionary folders in which Coveo for Sitecore clients have saved custom `Dictionary entry` items. > **Important** > > Don't store custom `Dictionary entry` items in the `/sitecore/system/Dictionary/Coveo Hive` folder as this folder is overwritten when upgrading Coveo for Sitecore (see [Create a Dictionary for Your Custom Labels](https://docs.coveo.com/en/2402#step-1-create-a-dictionary-for-your-custom-labels)). |DOM unique ID a|{empty} -- Randomly generated HTML element ID. -- |=== ## Sample Generated HTML ```html
```