QueryList component

In this article

The QueryList component displays every query made by a user or the agent who opened the case in the UserActions component.

Options

numberOfItems

Number of clicked document displayed.

The default value is 4.

The minimal value is 1.

<div data-number-of-items="4"></div>

listLabel

Label of the list of the Clicked Documents.

The default value is Recent Clicked Documents.

<div data-list-label="Recent Clicked Documents"></div>

transform

Function that transforms a query of the list into an HTMLElement representation.

The default value is a span element, such as <span class="coveo-content">My Query</span>.

<span class="coveo-content">My Query</span>

userId

Identifies the user from which Clicked Documents are displayed.

This option is required.

Methods

This component doesn’t offer any method.

Usage

This component is included by default in the UserActions component.

<div class="CoveoUserActions"></div>