Scout Elasticsearch Driver Versions Save

This package offers advanced functionality for searching and filtering data in Elasticsearch.

v4.3.0

3 years ago

Added

  • PHP 8 support

v4.2.3

3 years ago

Bug fixes

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

v4.2.2

3 years ago

Changed

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

v4.2.1

4 years ago

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

4 years ago

Features

  • Added whereMatch and whereNotMatch (thanks to @pk1z and @hoersten)

v4.1.0

4 years ago

Features

  • Added min_score filter (thanks to @hoersten)

v4.0.5

4 years ago

Bug fixes

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

v3.13.0

4 years ago

Bug fixes

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

v4.0.4

4 years ago
  • Add support for Laravel Scout 8.0

v4.0.2

4 years ago

Bug fixes

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