Skip to content

Releases: laravel/scout

v10.2.0

09 May 15:51
73e4e24
Compare
Choose a tag to compare
  • Add 'makeSearchableUsing' method (to allow eager loading when making specific models searchable) by @gdebrauwer in #732
  • Re-add options for search requests by @patrickweh in #734

v10.1.1

18 Apr 14:52
f6cf455
Compare
Choose a tag to compare

v10.1.0

11 Apr 16:38
ee57968
Compare
Choose a tag to compare

v10.0.2

07 Mar 17:54
ba97628
Compare
Choose a tag to compare
  • Use newQuery() instead of query() in DatabaseEngine by @jbelien in #713

v10.0.1

06 Mar 08:16
961d599
Compare
Choose a tag to compare

v10.0.0

02 Mar 16:07
f145cf4
Compare
Choose a tag to compare

v9.8.1

14 Feb 16:53
3859571
Compare
Choose a tag to compare

Changed

v9.8.0

17 Jan 16:31
f765673
Compare
Choose a tag to compare

Added

v9.7.2

09 Jan 09:18
2b8b840
Compare
Choose a tag to compare

Fixed

  • Handle non-consecutive key collection on MeiliSearch document deletion by @pyrou in #688
  • Fix missing variable in closure by @driesvints in #694

v9.7.1

06 Jan 08:01
7aaffde
Compare
Choose a tag to compare

Fixed