Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 717 Bytes

2022-09-01-use-admin-es-config.md

File metadata and controls

17 lines (15 loc) · 717 Bytes
title issue
Use admin es config
NEXT-22900

Core

  • Added new service \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder to build an Elasticsearch query from the admin search configuration.
  • Added some new fields to the product Elasticsearch index:
    • manufacturerNumber
    • manufacturer.name
    • options.name
    • properties.name
    • categories.id
    • categories.name
  • Deprecated \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition::extendDocuments, use \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition::fetch instead
  • Deprecated fullText and fullTextBoosted search fields in product Elasticsearch index, use ProductSearchQueryBuilder instead