THIS IS ARCHIVED DOCUMENTATION

Inserting and Customizing a Sort Component Using the Coveo for Sitecore Legacy Search UI Framework

In this article

A sort component allows you to organize search results according to a particular order. The following guide explains how a developer or an administrator can add and set up a basic sort component.

Making a Sitecore Field Sortable

Before inserting any sort component in a search page, you should make sure the Sitecore fields you want to sort on are sortable (See Making a Sitecore Field Sortable).

Once you identified which fields are sortable, you can begin the edition process of the search page.

Inserting and Customizing a Sort Component

== Inserting and Customizing a Sort Component | Coveo for Sitecore 4
  1. Access the Experience Editor of the Coveo-powered search page you want to edit (see Step 1 in Customizing the Properties of Your Search Interface).

  2. Locate the coveo-sorts (or coveo-sorts-MVC) placeholder just above the search interface, on the right hand side, and click it.

  3. Click Add here to insert a sort component.

  4. In the Select a Rendering dialog, click the desired sort component and click Select.

  5. In the Control Properties dialog, specify the following properties depending on the sort component you chose:

    1. In the Basic Settings section, enter a Title for the sort component. This title will be displayed in the search interface.

    2. Depending on the kind of sort, fill out at least the following additional fields:

Coveo Relevancy Sort

Only the Title is mandatory

Coveo Date Sort

Only the Title is mandatory

Coveo Field Sort

Sort Field: choose a field on which you want to base the sorting.

  1. In the Id section:

    1. In Unique Identifier, type in a unique identifier of your choice. This identifier will be used in the website DOM and must therefore only use alphanumerical characters, underscores, and hyphens.

      Note

      If you don’t set a unique identifier yourself, Coveo for Sitecore will generate one for you. You’re strongly encouraged to choose your own unique and meaningful identifier.

  2. Click OK.

    1. Save and publish your page.

    2. Validate that the component appears in your search interface.

      Validate that the component appears in your search interface | Coveo for Sitecore 4
    3. Validate that search results appear in the correct order.

      Note

      See Field Sort Component Properties to learn more about the various properties of a Sort component.

What’s next?