Skip to content

Releases: spatie/elasticsearch-query-builder

2.0.1

10 Oct 06:35
56f15aa
Compare
Choose a tag to compare

What's Changed

  • Fix Builder::search() return data type by @imdhemy in #24

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

22 Jul 09:47
f853454
Compare
Choose a tag to compare

What's Changed

  • Elasticseach ^8.0 support by @h-rafiee in #19

New Contributors

  • @h-rafiee made their first contribution in #19

Full Changelog: 1.4.0...2.0.0

1.4.0

20 Jul 15:45
Compare
Choose a tag to compare
  • add TermsQuery

Full Changelog: 1.3.0...1.4.0

1.3.0

06 Aug 12:32
Compare
Choose a tag to compare
  • add PrefixQuery

1.2.2

29 Jul 14:58
Compare
Choose a tag to compare
  • remove debug statements

1.2.1

29 Jul 14:54
Compare
Choose a tag to compare
  • remove debug statements

1.2.0

28 Jul 13:43
Compare
Choose a tag to compare
  • add type to MultiMatchQuery

1.1.2

22 Jul 17:56
Compare
Choose a tag to compare
  • fix search_after parameter in request body

1.1.1

22 Jul 17:45
Compare
Choose a tag to compare
  • add search_after to request body

1.1.0

22 Jul 17:44
Compare
Choose a tag to compare
  • provide default sort order
  • add searchAfter method