Skip to content

Releases: babenkoivan/elastic-scout-driver-plus

v2.0.0

01 Mar 18:13
Compare
Choose a tag to compare

Added

  • PHP 8 support

Breaking Changes

  • CustomSearch trait was renamed to QueryDsl
  • Match class was renamed to QueryMatch

v1.18.1

10 Feb 21:09
Compare
Choose a tag to compare

Fixed

  • Fixed the issue, when it was not possible to use Paginator with JsonResource

v1.18.0

10 Feb 18:56
Compare
Choose a tag to compare

Added

  • SearchResult is now iterable
  • SearchResult forwards calls to matches

v1.17.0

07 Feb 12:49
Compare
Choose a tag to compare

Improved

  • Paginator now has access to models, highlights, aggregations, etc.

v1.16.0

25 Jan 11:51
Compare
Choose a tag to compare

Added

  • Indices boost support
  • Scores tracking support

v1.15.0

05 Jan 12:01
Compare
Choose a tag to compare

Added

  • GitHub workflows: tests, code style, static analysis

Fixed

  • Search by index alias

v1.14.0

10 Dec 17:37
Compare
Choose a tag to compare

Added

  • Possibility to use query builders in Model::boolSearch() and Model::nestedSearch()
  • Match::raw() accessor, which allows to retrieve a raw representation of the respective hit
  • when generic method

Updated

  • Documentation

v1.13.0

20 Nov 11:29
Compare
Choose a tag to compare

Added

  • Configurable total hits tracking

v1.12.0

07 Nov 16:39
Compare
Choose a tag to compare

Added

  • Exists search
  • Fuzzy search
  • Ids search
  • Prefix search
  • Range search
  • Regexp search
  • Term search
  • Terms search
  • Wildcard search

Updated

  • Documentation

v1.11.1

14 Oct 12:12
Compare
Choose a tag to compare

Fixed

  • The issue, when search result couldn't be serialized