erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

v3 current status #16

Closed igoooor closed 1 year ago

igoooor commented 1 year ago

Sorry for that silly question but I am a bit confused. What we see in the README.md on main branch is not implemented fully yet right? For example I don't find that method yet:

$query->addFilter($boolFilter);

I'm just asking to be sure I get it correctly. I don't intend to put pressure or anything 🙌

erichard commented 1 year ago

The v3 is there but it is beta for the moment. You can get it with

composer require erichard/elasticsearch-query-builder "^3.0@beta"
erichard commented 1 year ago

My mistake, in fact you have right. The README was not up to date. I fixed it.

igoooor commented 1 year ago

thank you 🙏🏻