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

Commit 1ed98e1

Browse files
authored
Merge branch 'master' into em_prex-relnotestectype
2 parents 9b98f8c + 247e023 commit 1ed98e1

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

src/_data/features.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ features:
1616
2.2: false
1717
2.3: false
1818
2.4: true
19+
-
20+
name: Live Search powered by Adobe Sensei
21+
support:
22+
2.0: false
23+
2.1: false
24+
2.2: false
25+
2.3: false
26+
2.4: true
1927
-
2028
name: Product Recommendations powered by Adobe Sensei
2129
support:

src/_data/whats-new.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,32 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Sep 20 16:02:49 2021
7+
updated: Mon Sep 27 14:38:55 2021
88
entries:
9+
- description: Fixed [backward incompatible changes for 2.4.2-2.4.3](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/reference.html#242---243).
10+
The topic showed data for 2.4.1-2.4.2 instead.
11+
versions: 2.4.3
12+
type: Technical
13+
date: September 23, 2021
14+
link: https://github.com/magento-commerce/devdocs/pull/2547
15+
merge_commit: 9f28563f024a27d3f541deac50179c69194e1824
16+
contributor: dshevtsov
17+
membership: true
18+
labels:
19+
- Technical
20+
- 2.4.3
21+
- description: Updated [`magento-cloud` reference](https://devdocs.magento.com/guides/v2.4/reference/cli/magento-cloud.html)
22+
(1.38.1).
23+
versions: 2.x
24+
type: Technical
25+
date: September 22, 2021
26+
link: https://github.com/magento-commerce/devdocs/pull/2544
27+
merge_commit: e4563f2b1c7caeebe44cddb3acda037a0ecd5a3f
28+
contributor: dshevtsov
29+
membership: true
30+
labels:
31+
- 2.x
32+
- Technical
933
- description: Added the [The built-in Upgrade Compatibility Tool (MVP)](https://devdocs.magento.com/guides/v2.4/ext-best-practices/phpstorm/built-in-upgrade-compatibility-tool.html)
1034
topic.
1135
versions: 2.4.x

src/live-search/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This onboarding method is recommended when installing Live Search to:
9797

9898
- An existing production Commerce installation
9999

100-
In this scenario, Elasticsearch manages search requests from the storefront while the Live Search service indexes all products in the background, without any interruption to normal storefront operations.
100+
In this scenario, Elasticsearch temporarily manages search requests from the storefront while the Live Search service indexes all products in the background, without any interruption to normal storefront operations. Elasticsearch is disabled and Live Search enabled after all catalog data is indexed and synchronized.
101101

102102
1. To download the `live-search` package, run the following from the command line:
103103

src/live-search/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ These release notes describe the initial release of Live Search and include:
1010
- {:.fix}Fixes and improvements
1111
- {:.bug}Known issues
1212

13+
## Live Search v1.2.0
14+
15+
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
16+
- Compatible with {{site.data.var.ece}} (ECE): 2.4.x
17+
- Stability: Stable
18+
19+
- {:.new} A "heartbeat controller" keeps the Commerce Admin session alive for extended periods of keyboard inactivity.
20+
- {:.new} Live Search is automatically enabled after onboarding.
21+
- {:.fix} Live Search no longer throws an error if search criteria contains an empty sort order value.
22+
- {:.fix} Range filtering no longer breaks if attribute codes contain the strings "to" or "from".
23+
1324
## Live Search v1.1.0
1425

1526
- Compatible with {{site.data.var.ee}} (EE): 2.4.x
@@ -27,3 +38,4 @@ To learn more:
2738
- [{{site.data.var.ee}} Developer Documentation]({{ site.baseurl }}/live-search/overview.html)
2839
- [{{site.data.var.ee}} User Guide](https://docs.magento.com/user-guide/live-search/overview.html)
2940
- [Support Knowledge Base](https://support.magento.com/hc/en-us)
41+
- [Live Search on Marketplace](https://marketplace.magento.com/magento-live-search.html)

0 commit comments

Comments
 (0)