July 2, 2020
Highlights
Release Information
This patch release includes minor bug fixes.
Breaking Changes
Please refer to this Breaking Changes document for more information.
Issues Resolved
[ZPD-10835/ZLMC-1441] - Web Store - Full Text Search was not giving correct results.
[ZPD-10894/ZLMC-1445] - API - Link Products API was giving an error when You May Also Like products are fetched.
Implementation Details
[ZPD-10835/ZLMC-1441] - Web Store - Full Text Search was not giving correct results.
To resolve this issue, changes were made in the following files:
SearchIndexSettingHelper
SearchIndexSettingHelper
ElasticCMsPageSearchIndexer
Important: In order to see the changes, it is important to either create a new Elastic index with a new name OR drop the existing one and create another one with same/different name.
[ZPD-10894/ZLMC-1445] - API - Link Products API was giving an error when You May Also Like products are fetched.
To resolve this issue, changes were made in the LinkProductFilters method of WebStoreWidgetService file.