·
2 commits
to master
since this release
Included commits: 5.12.0...5.13.0
Improvements
- Introduced
CatalogConfig::isProductConcreteSearchInStorageEnabled()to allow serving concrete product search results from Redis (product storage) instead of ElasticSearch/OpenSearch, enabling removal of product concretes from the search index. - Introduced
CatalogDependencyProvider::PLUGINS_PRODUCT_CONCRETE_STORAGE_SEARCHandPLUGINS_PRODUCT_CONCRETE_SUGGESTION_ENRICHERconstants to support plugin-based concrete product lookup from storage when search indexing is disabled. - Extended
CatalogClient::searchProductConcretesByFullText()andCatalogClient::catalogSuggestSearch()to delegate to storage-based plugins whenisProductConcreteSearchInStorageEnabled()is enabled. - Introduced
ProductViewTransfertransfer.