Skip to content

Releases: babenkoivan/elastic-scout-driver-plus

v4.2.0

26 Nov 11:57
Compare
Choose a tag to compare

Added

  • Search query explanation support

v4.1.0

27 Sep 18:00
Compare
Choose a tag to compare

Changed

  • Inner hits are mapped into the Hit decorator

v4.0.2

15 Aug 06:38
Compare
Choose a tag to compare

Fixed

  • Engine is now non-final
  • Scout::$removeFromSearchJob is now configurable

v4.0.1

11 Aug 06:51
Compare
Choose a tag to compare

Fixed

  • callback is now mandatory in the when and unless methods

v4.0.0

28 Jul 06:34
Compare
Choose a tag to compare

Added

  • Elasticsearch 8 support
  • Multiple connections support
  • Point-in-time support
  • Search after support
  • Custom routing support for search
  • when/unless methods support for query builders
  • Ability to resolve models for suggestions

Changed

  • The namespace has been changed to Elastic\ScoutDriverPlus
  • SearchRequestBuilder has been replaced with SearchParametersBuilder
  • Searchable::shardRouting() has been renamed to Searchable::searchableRouting()

v3.5.0

20 Jun 06:03
2240748
Compare
Choose a tag to compare

Added

  • case_insensitive support in term-level queries

v3.4.0

20 Feb 17:57
Compare
Choose a tag to compare

Added

  • search_type and preference support
  • Geo-distance query support

v3.3.0

07 Feb 20:24
Compare
Choose a tag to compare

Updated

  • $query is now optional when creating a new search request builder

v3.2.4

07 Feb 08:23
Compare
Choose a tag to compare

Fixed

  • The default Searchable::queueRemoveFromSearch($models) method is used when elastic driver is not enabled

v3.2.3

22 Jan 18:10
Compare
Choose a tag to compare

Fixed

  • Scout::$removeFromSearchJob is not being replaced in the service provider
  • SearchResult::models() returns an Eloquent collection