1.52.0
·
8 commits
to master
since this release
Included commits: 1.51.0...1.52.0
Improvements
- Introduced
ProductConcreteStorageSearchPluginto serve concrete product search results from Redis storage via direct SKU lookup and abstract-product fallback, supporting removal of product concretes from the search index. - Introduced
ProductConcreteSuggestionEnricherPluginto enrich suggest search results with matching concrete product SKUs loaded from storage when product concretes are not indexed in the search engine. - Added
spryker/catalog-extension: ^1.2.0dependency to support the new storage-based search plugin interfaces. - Fixed
ProductAbstractStorageReader::isProductInCurrentStore()to correctly bypass the store-map check when the unified store storage key is used.