Coveo Pager
Implements the Coveo JavaScript Search Framework Pager component which renders widgets that let the end user navigate through the different result pages.
Usage Notes
-
Every time a user clicks a Coveo Pager rendering widget, a new call to the Search API is triggered.
Insertion Location
The Coveo Pager rendering is an Allowed Control in the following placeholder(s): UI Header
, UI Results Header
, UI Results Footer
, UI Footer
, Results Header
Example insertion sequence for the Coveo Pager rendering.
Coveo for Sitecore SXA rendering insertion locations aren’t limited by placeholder Allowed Controls. The Coveo Pager rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.
Example insertion sequence for the Coveo Pager rendering.
Data Source Options
Option name | Description |
---|---|
Enable navigation button | See enableNavigationButton component option |
Number of pages | See numberOfPages component option |
Maximum number of results from index | See maximumNumberOfResultsFromIndex component option |
DOM unique Id | Randomly generated HTML element id. |
Additional data attributes |
Allows use of the Coveo JavaScript Search Framework Pager component options that aren’t directly available in the data source. |
Sample Generated HTML and Corresponding Visual Output
<div class="CoveoPager" data-number-of-pages="5" aria-hidden="false"></div>
