Skip to content

Releases: babenkoivan/elastic-scout-driver-plus

v3.2.2

20 Jan 08:24
Compare
Choose a tag to compare

Fixed

  • Document deletion when queues are enabled and custom routing is used

v3.2.1

16 Jan 12:46
Compare
Choose a tag to compare

Fixed

  • You can now use mixed values when building a term query

v3.2.0

06 Jan 08:51
Compare
Choose a tag to compare

Added

  • Inner hits support

v3.1.0

10 Nov 07:12
Compare
Choose a tag to compare

Added

v3.0.0

07 Oct 17:07
Compare
Choose a tag to compare

Added

  • New ElasticScoutDriverPlus\Support\Query builder that provides a convenient, fluent interface to create Elasticsearch queries
  • Eager loading when indexing models can be enabled with the new searchableWith method
  • New pagination modes: onlyModels and onlyDocuments

Changed

  • Dropped support for PHP 7.2
  • ElasticScoutDriverPlus\QueryDsl and ElasticScoutDriverPlus\ShardRouting traits were replaced with a single ElasticScoutDriverPlus\Searchable trait, which you need to add to your models
  • ElasticScoutDriverPlus\SearchResult was replaced with ElasticScoutDriverPlus\Decorators\SearchResult
  • ElasticScoutDriverPlus\QueryMatch was replaced with ElasticScoutDriverPlus\Decorators\Hit, this also means that you can now access hits directly from the SearchResult object
  • Custom routing now uses an actual value returned by the shardRouting method instead of a routing path

v2.4.0

05 Aug 18:44
Compare
Choose a tag to compare

Added

  • Min score support

v2.3.0

27 May 18:06
Compare
Choose a tag to compare

Added

  • Scout 9 support

v2.2.0

24 May 10:05
Compare
Choose a tag to compare

Added

  • Custom routing support

v2.1.0

19 May 17:17
Compare
Choose a tag to compare

Added

  • Rescore query support

v2.0.1

02 May 17:55
Compare
Choose a tag to compare

Fixed

  • SearchRequestBuilder is no longer final