Skip to content

5.13.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 May 13:19
· 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_SEARCH and PLUGINS_PRODUCT_CONCRETE_SUGGESTION_ENRICHER constants to support plugin-based concrete product lookup from storage when search indexing is disabled.
  • Extended CatalogClient::searchProductConcretesByFullText() and CatalogClient::catalogSuggestSearch() to delegate to storage-based plugins when isProductConcreteSearchInStorageEnabled() is enabled.
  • Introduced ProductViewTransfer transfer.