Finalized objects for Elasticsearch queries. All library objects should have elasticsearch documentation equivalent page, which is converted to scrict PHP object.
Documentation
https://github.com/Spameri/ElasticQuery/blob/master/doc/01-usage.md
https://github.com/Spameri/ElasticQuery/blob/master/doc/02-query-objects.md
https://github.com/Spameri/ElasticQuery/blob/master/doc/03-aggregation-objects.md
https://github.com/Spameri/ElasticQuery/blob/master/doc/04-result-objects.md
What's Changed
- Add support for filter in aggregation collection by @petrgala in #3
- slovniky by @Jakub-Fajkus in #6
- Remove
match
keyword from class names (atc.) for PHP8.0+ (for version-one breanch) by @pechondra in #8 - adding methods for common situations by @AloisJasa in #9
- Version one by @Vboss in #5
New Contributors
- @petrgala made their first contribution in #3
- @Jakub-Fajkus made their first contribution in #6
- @pechondra made their first contribution in #8
- @AloisJasa made their first contribution in #9
Full Changelog: v0.6.0...v1.0.0