Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Releases: babenkoivan/scout-elasticsearch-driver

v4.3.0

22 Mar 18:45
Compare
Choose a tag to compare

Added

  • PHP 8 support

v4.2.3

13 Aug 18:05
6daad2e
Compare
Choose a tag to compare

Bug fixes

  • Fixed PHP 7.4 notice caused by accessing an array offset on null value

v4.2.2

17 Jul 10:57
Compare
Choose a tag to compare

Changed

  • elastic:migrate command signature was changed to elastic:migrate-model to be compatible with Elastic Migrations package

v4.2.1

02 Apr 14:25
05d3fc6
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug where Illuminate\Support\Collection was returned instead of Illuminate\Database\Eloquent\Collection when elastic search result contain ids that doesn't exists on database (Thanks to @gtjamesa)

v4.2.0

01 Apr 20:23
cdd6a4b
Compare
Choose a tag to compare

Features

v4.1.0

27 Mar 19:16
6844679
Compare
Choose a tag to compare

Features

  • Added min_score filter (thanks to @hoersten)

v4.0.5

24 Mar 14:39
fe3e9a8
Compare
Choose a tag to compare

Bug fixes

  • Add missing refresh to delete payload (#301, thanks to @mtvs)

v3.13.0

19 Mar 01:05
b183a32
Compare
Choose a tag to compare

Bug fixes

  • Remove i and s option aliases from make:searchable-model artisan command to make compatible with Laravel 6.8

v4.0.4

17 Mar 20:21
2821233
Compare
Choose a tag to compare
  • Add support for Laravel Scout 8.0

v4.0.2

28 Dec 17:47
Compare
Choose a tag to compare

Bug fixes

  • Removed -s shortcut for search-rule option on make:searchable-model artisan command due to Laravel 6.8 incompatibility.