QuanticFacetManager (Deprecated)
QuanticFacetManager (Deprecated)
In this article
|
|
Quantic v1 has been deprecated. Use the latest version of the Coveo Quantic library. |
|
|
Note
This component was introduced in version |
The QuanticFacetManager component acts as a container component allowing facets to be reordered dynamically as search queries are performed.
An item template element can be assigned to the itemTemplate slot allowing to customize the element that wraps each facet.
Example
<c-quantic-facet-manager engine-id={engineId}>
<c-quantic-facet engine-id={engineId} field="type"></c-quantic-facet>
<c-quantic-facet engine-id={engineId} field="author"></c-quantic-facet>
<div slot="itemTemplate" class="slds-var-m-bottom_large"></div>
</c-quantic-facet-manager>
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
XML configuration file elements
The following XML configuration file elements apply (see XML Configuration File Elements).
| Metadata | Value |
|---|---|
|
|
|
|
Associated use cases
This component is also relevant in the following use case: