ruflin / Elastica

Elastica is a PHP client for elasticsearch
http://elastica.io/
MIT License
2.26k stars 733 forks source link

Add support for the Combined Fields query type (to 8.x branch) #2196

Closed mparker17 closed 3 months ago

mparker17 commented 4 months ago

The Combined Fields query was introduced in ElasticSearch 7.13.

See https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-combined-fields-query.html for more information.

Fixes #2195

ruflin commented 3 months ago

@mparker17 Thank you for the contribution!