title | issue | author | author_email | author_github |
---|---|---|---|---|
ES Definition buildTermQuery should return BuilderInterface |
NEXT-30186 |
thuong.le |
thuong.le |
- Deprecated
buildTermQuery
method in\Shopware\Elasticsearch\Framework\AbstractElasticsearchDefinition
class that will return BuilderInterface from next major version.
- In 6.5 we only allow return
BoolQuery
fromAbstractElasticsearchDefinition::buildTermQuery
method which is not always the case. From next major version, we will allow returnBuilderInterface
from this method.