Skip to content

Releases: laravel/scout

v6.1.1

20 Dec 15:01
Compare
Choose a tag to compare

Added

  • Builder implementation can be changed using the container (#322)

v6.1.0

20 Dec 15:01
6d59c01
Compare
Choose a tag to compare

Fixed

  • Fix soft delete on Searchable trait (#321)

Changed

  • Skip empty updates for AlgoliaEngine (#318)

v6.0.0

20 Dec 15:01
Compare
Choose a tag to compare

Changed

  • Adds default $query value on Searchable::search (#309)
  • Flush records of a model using the engine. This removes the emitting of the ModelsFlushed event. (#310)