All notable changes to elasticsearch-query-builder
will be documented in this file.
- feat: add MatchPhraseQuery by @summerKK in #50
- @summerKK made their first contribution in #50
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/3.0.0...3.1.0
See upgrading.md for possible breaking changes.
- Added Nested Sort by @dam-bal in #46
- @dam-bal made their first contribution in #46
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.7.0...3.0.0
- Allow
bool
andint
as types for term query by @sventendo in #34 - Fix: Include
size
andfrom
in getPayload by @harlequin410 in #35 - Allow filter aggregation without using nested aggregations by @sventendo in #37
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.6.0...2.7.0
- Add minimum_should_match support for BoolQuery by @srowan in #38
- @srowan made their first contribution in #38
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.5.0...2.6.0
- Add boost parameter to MatchQuery by @MilanLamote in #42
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.4.0...2.5.0
- Add post filter logic and enhance readme by @MilanLamote in #41
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.3.0...2.4.0
- Add highlighting by @MilanLamote in #39
- @MilanLamote made their first contribution in #39
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.2.0...2.3.0
- Added able track total hits by @nick-rashkevich in #36
- @nick-rashkevich made their first contribution in #36
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.1.0...2.2.0
- IB-1280 added sum aggregation by @webbaard in #26
- @webbaard made their first contribution in #26
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.0.1...2.1.0
- Fix
Builder::search()
return data type by @imdhemy in #24
- @imdhemy made their first contribution in #24
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.0.0...2.0.1
- Elasticseach ^8.0 support by @h-rafiee in #19
- @h-rafiee made their first contribution in #19
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/1.4.0...2.0.0
- add
TermsQuery
- add
PrefixQuery
- remove debug statements (again 🤦)
- remove debug statements
- add
type
toMultiMatchQuery
- fix
search_after
parameter in request body
- add
search_after
to request body
- provide default sort order
- add
searchAfter
method
- initial release