All notable changes to elasticsearch-query-builder
will be documented in this file.
See upgrading.md for possible breaking changes.
- Added Nested Sort by @dam-bal in spatie#46
- @dam-bal made their first contribution in spatie#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 spatie#34 - Fix: Include
size
andfrom
in getPayload by @harlequin410 in spatie#35 - Allow filter aggregation without using nested aggregations by @sventendo in spatie#37
- @sventendo made their first contribution in spatie#34
- @harlequin410 made their first contribution in spatie#35
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 spatie#38
- @srowan made their first contribution in spatie#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 spatie#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 spatie#41
Full Changelog: https://github.com/spatie/elasticsearch-query-builder/compare/2.3.0...2.4.0
- Add highlighting by @MilanLamote in spatie#39
- @MilanLamote made their first contribution in spatie#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 spatie#36
- @nick-rashkevich made their first contribution in spatie#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 spatie#26
- @webbaard made their first contribution in spatie#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 spatie#24
- @imdhemy made their first contribution in spatie#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 spatie#19
- @h-rafiee made their first contribution in spatie#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