Elastic Scout Driver Versions Save

Elasticsearch driver for Laravel Scout

v3.1.0

1 year ago

Added

  • Laravel 10 support

v3.0.1

1 year ago

Fixed

v3.0.0

1 year ago

Added

  • Elasticsearch 8 support

Changed

  • The namespace has been changed to Elastic\ScoutDriver
  • SearchRequestFactory has been replaced with SearchParametersFactory

v2.0.0

2 years ago

Changed

  • Dropped support for PHP 7.2
  • DocumentFactoryInterface::makeFromModels($models) now accepts a base collection instead of Eloquent collection
  • ModelFactoryInterface methods were renamed: makeFromSearchResponseUsingBuilder to makeFromSearchResponse, makeLazyFromSearchResponseUsingBuilder to makeLazyFromSearchResponse
  • Searchable::toSearchableArray() is now invoked only on index update and not on deletion

v1.6.0

2 years ago

Added

  • whereIn support

v1.5.0

2 years ago

Added

  • Custom index support for search operations

v1.4.0

2 years ago

Added

  • Scout 9 support

v1.3.1

2 years ago

Fixed

  • DocumentFactory, ModelFactory, SearchRequestFactory and Engine are no longer final

v1.3.0

3 years ago

Added

  • PHP 8 support

v1.2.2

3 years ago

Added

  • GitHub workflows: tests, code style, static analysis

Fixed

  • Pagination parameters are casted to integer