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

Commit ecd524f

Browse files
authored
Merge pull request #2592 from magento-commerce/devdocs/pull/2592
Live Search Release Notes 1.3.0
2 parents c138d4b + 88b32df commit ecd524f

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

src/live-search/release-notes.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,32 @@ title: Live Search Release Notes
44
ee_only: True
55
---
66

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:
88

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
1212

13-
## Live Search v1.2.0
13+
## Live Search 1.3.0
1414

1515
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
1616
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
1717
- Stability: Stable
1818

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.
1933
- {:.new} Commerce Admin session stays open during extended periods of keyboard inactivity
2034
- {:.new} Live Search is automatically enabled after onboarding
2135
- {:.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:
2438
- {:.fix} Live Search no longer throws an error if search criteria contains empty sort order value
2539
- {:.fix} Range filtering no longer breaks if attribute codes contain strings "to" or "from"
2640

27-
## Live Search v1.1.0
41+
## Live Search 1.1.0
2842

2943
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
3044
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
3145
- Stability: Stable
46+
3247
- {:.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.
3348
- {:.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`.
3449
- {:.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

Comments
 (0)