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/release-notes.md
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,32 @@ title: Live Search Release Notes
4
4
ee_only: True
5
5
---
6
6
7
-
These release notes describe the initial release of Live Search and include:
7
+
These release notes describe the latest versions of Live Search and include:
8
8
9
-
- {:.new}New features
10
-
- {:.fix}Fixes and improvements
11
-
- {:.bug}Known issues
9
+
- {:.new}New features
10
+
- {:.fix}Fixes and improvements
11
+
- {:.bug}Known issues
12
12
13
-
## Live Search v1.2.0
13
+
## Live Search 1.3.0
14
14
15
15
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
16
16
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
17
17
- Stability: Stable
18
18
19
+
- {:.new} [Performance](https://docs.magento.com/user-guide/live-search/performance.html) reporting dashboard provides insight into search terms that shoppers use.
20
+
- {:.new} Live Search [event](https://devdocs.magento.com/shared-services/storefront-events-sdk.html) SDK provides access to a common data layer with event publishing and subscription services, and metrics.
21
+
- {:.fix} The storefront [popover](https://devdocs.magento.com/live-search/storefront-popover.html) has a new `active` class for the `.search-autocomplete` container that controls visibility.
22
+
- {:.fix} In the storefront, the [_Search Terms_](https://docs.magento.com/user-guide/marketing/search-terms-popular.html) footer link is removed and its cache disabled for Live Search installations.
23
+
- {:.bug} Patch for Search adapter handles duplicate products.
24
+
- {:.bug} Live Search supports [single-source](https://docs.magento.com/user-guide/catalog/inventory-sources.html) (physical) inventory locations with multiple (virtual) [stocks](https://docs.magento.com/user-guide/catalog/inventory-stock.html). Multiple inventory sources are not supported at this time.
25
+
26
+
## Live Search 1.2.0
27
+
28
+
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
29
+
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
30
+
- Stability: Stable
31
+
32
+
- {:.new} Storefront [popover](https://devdocs.magento.com/live-search/storefront-popover.html) displays suggested products and thumbnail images of top search results as shoppers type queries into the Search box.
19
33
- {:.new} Commerce Admin session stays open during extended periods of keyboard inactivity
20
34
- {:.new} Live Search is automatically enabled after onboarding
21
35
- {:.fix} Initial indexing time is less than an hour
@@ -24,11 +38,12 @@ These release notes describe the initial release of Live Search and include:
24
38
- {:.fix} Live Search no longer throws an error if search criteria contains empty sort order value
25
39
- {:.fix} Range filtering no longer breaks if attribute codes contain strings "to" or "from"
26
40
27
-
## Live Search v1.1.0
41
+
## Live Search 1.1.0
28
42
29
43
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
30
44
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
31
45
- Stability: Stable
46
+
32
47
- {:.bug}The Live Search service supports only the [base currency](https://docs.magento.com/user-guide/stores/currency-configuration.html) of the {{site.data.var.ee}} installation.
33
48
- {:.bug}When adding a facet, the _Product Attributes Feed_ does not update correctly when set to `Update on Save`. To avoid this problem, go to [Index Management](https://docs.magento.com/user-guide/system/index-management.html) and set _Product Attributes Feed_ to `Update by Schedule`.
34
49
- {:.bug}Live Search synonyms are defined per store view, but are currently stored per website and identified with a combination of `environmentId` + `storeViewCode`. As a result, all websites and store views within the {{site.data.var.ee}} installation share the same set of synonyms. The most recently created set of synonyms for the store view takes precedence.
0 commit comments