Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3d4e1f2

Browse files
authored
Merge pull request #2514 from magento-devdocs/live-search-multi-select
Live Search - remove facet type info
2 parents 83ca70e + c7c3945 commit 3d4e1f2

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

src/live-search/facets.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,12 @@ title: Facets
44
ee_only: True
55
---
66

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.
108

119
{:.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.
3811

39-
### Facet aggregation
12+
## Facet aggregation
4013

4114
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`).
4215

0 commit comments

Comments
 (0)