You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/live-search/facets.md
+3-30Lines changed: 3 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,12 @@ title: Facets
4
4
ee_only: True
5
5
---
6
6
7
-
Faceting is a high-performance filtering method that uses multiple dimensions of searchable static and dynamic attribute values as search criteria. The available facets appear in the left sidebar of search results pages, with the most commonly used facets “pinned” to the top of the list.
8
-
9
-
The [`productSearch` query]({{ site.baseurl }}/live-search/product-search.html) contains an example where facets have been configured.
7
+
Faceting is a high-performance filtering method that uses multiple dimensions of searchable static and dynamic attribute values as search criteria. The available facets appear in the left sidebar of search results pages, with the most commonly used facets “pinned” to the top of the list. The [`productSearch` query]({{ site.baseurl }}/live-search/product-search.html) contains an example where facets have been configured.
10
8
11
9
{:.bs-callout-info}
12
-
Go to [Facets](https://docs.magento.com/user-guide/live-search/facets.html) in the _{{site.data.var.ee}} User Guide_ for information about facet setup, attribute requirements, and their use from the Admin and storefront.
13
-
14
-
## Types of facets
15
-
16
-
There are two types of facets: Pinned and dynamic.
17
-
18
-
### Pinned
19
-
20
-
Merchants can pin commonly-used facets to the top of the list.
21
-
22
-
### Dynamic
23
-
24
-
Dynamic facets appear only when relevant, and the selection changes according to the products returned. In the storefront Filters list, dynamic facets appear in alphabetic order after any pinned facets. To streamline search results, facets are set to `dynamic` by default.
25
-
26
-
Intelligent facets are product attributes that Live Search powered by [Adobe Sensei](https://www.adobe.com/sensei.html) finds extremely relevant to the given product set and query. This calculation takes into account the attribute meta data of the entire catalog and determines relevance at query time to deliver the most relevant facets for any query.
27
-
28
-
Popular facets are product attributes that are most often present in the result set.
29
-
30
-
## Select type
31
-
32
-
A facet can be either single- or multi-select, based on the [input type](https://docs.magento.com/user-guide/stores/attributes-input-types.html) that is assigned to the corresponding attribute.
33
-
34
-
|**Type**|**Description**|
35
-
|---|---|
36
-
|Single select |A single-select facet offers multiple options, but allows the shopper to choose only one. Examples: Dropdown, Visual Swatch or Text Swatch|
37
-
|Multi-select| A multi-select facet allows a shopper to choose more than one option. The logical operator that is assigned to a multi-select facet determines the product set that is returned. Options: <br />- Multi-select (or) - The returned products match any of the selected values.<br />- Multi-select (and) - The returned products match all selected facet values.
10
+
Go to [Facets](https://docs.magento.com/user-guide/live-search/facets.html) in the _{{site.data.var.ee}} User Guide_ for information about facet setup, attribute requirements, [types of facets](https://docs.magento.com/user-guide/live-search/facets-type.html), and their use from the Admin and storefront.
38
11
39
-
###Facet aggregation
12
+
## Facet aggregation
40
13
41
14
Facet aggregation is performed as follows if the storefront has three facets (categories, color and price) and the shopper filters on all three (color = blue, price is from $10.00-50.00, categories = `promotions`).
0 commit comments