Coveo Numeric Facet Slider
Coveo Numeric Facet Slider
|
Legacy feature
This article pertains to the Coveo Hive framework which is now in maintenance mode. Choose one of Coveo’s more modern, lightweight, and responsive libraries for any future search interface development. See the search interface Implementation guide for more details. |
Implements the Coveo JavaScript Search Framework FacetSlider component to display a slider widget that lets the user specify the start and end boundaries of a filtering range.
Usage notes
-
The Sitecore field used as the data source
Field
value must be included for indexing in the Templates table of the Indexing Manager (see About the Indexing Manager - Fields). -
Dragging and releasing a facet slider boundary triggers a new Search API call.
-
You can customize the CSS associated with this rendering.
Insertion location
Coveo Hive
The Coveo Numeric Facet Slider rendering is an Allowed Control in the following placeholder(s): Facets
Coveo Hive SXA
Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Numeric Facet Slider rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.
Data source options
The following table lists the available data source options for this rendering.
Option name | Description |
---|---|
Title |
See the title |
Field |
See the field |
Facet ID |
See the id |
Allow users to change the slider minimum value |
See the rangeSlider |
Number of steps |
See the steps |
Decimal rounded |
See the rounded |
Display as percentage |
See the displayAsPercent |
Separator |
The separator to display (see the displayAsValue |
Units |
The units to display (see the displayAsValue |
Minimum |
See the start |
Maximum |
See the end |
Apply filter expression only when slider range is modified |
See the excludeOuterBounds |
Display graph |
See the graph |
Graph number of steps |
See the graph |
DOM unique ID |
Randomly generated HTML element ID. |
Additional data attributes |
Allows use of the Coveo JavaScript Search Framework FacetSlider component options that aren’t directly available in the data source. |
Sample generated HTML and corresponding visual output
<div id="coveof5ee1b9f" class="CoveoFacetSlider" data-display-as-percent-enabled="false"
data-display-as-value-unit-sign="$" data-end="500" data-prebind-field="fieldTranslator"
data-field="@saleprice" data-range-slider="true" data-rounded="0" data-start="0"
data-steps="20" data-title="Sale Price Range" data-date-field="false" data-applied-prebind="true">
