THIS IS ARCHIVED DOCUMENTATION

Creating a Custom Component Parameters Using the Coveo for Sitecore Legacy Search UI Framework

Coveo for Sitecore 4.1 (November 2018)

For a list of all available parameters, see List of Available Component Parameters.

Coveo for Sitecore has various templates to define properties for its components, which are called Parameters.

Although a component can be edited directly using the Experience Editor of Sitecore, we recommend that you create custom component parameters and assigned them as data sources to your components. The advantage of this strategy is:

  • To share the same parameters across your solution and improve re-usability

  • To preserve parameters even if a rendering is deleted

  • To swap parameters dynamically based on certain conditions, which is a key strategy of search personalization

Creating the Custom Parameters Item

To create a custom parameters item:

  1. Log into the Sitecore Content Editor.

  2. Under a relevant part of the tree (usually Features in a Helix compliant setup), create a folder for your parameters.

  3. In that folder, create a parameter item using the Insert from Template option. The parameters are all found under /sitecore/templates/CoveoModule/Search.For example, to insert a Facet parameter the right template to insert would be /sitecore/templates/CoveoModule/Search/Facet Parameters.

  4. Once the item is created, edit it with the values of your choice.

  5. Save the item.

Next Steps

With the parameters item created you can now: