Skip to content

Releases: laravel/scout

v9.5.1

08 Dec 14:21
ea2bac6
Compare
Choose a tag to compare

Fixed

  • Fix the sync index settings command not using the scout prefix by @tonysm in #670

v9.5.0

06 Dec 16:28
dfffdfc
Compare
Choose a tag to compare

Added

v9.4.12

04 Oct 14:19
83f0027
Compare
Choose a tag to compare

Fixed

  • Fix custom scout keys not being utilized when deleting from queue by @stevebauman in #656

v9.4.11

27 Sep 15:42
24ed5c0
Compare
Choose a tag to compare

Fixed

  • Use scout key when mapping keys from search results by @flexchar in #652

v9.4.10

19 Jul 14:35
45c7222
Compare
Choose a tag to compare

Fixed

v9.4.9

05 May 14:24
61ce79c
Compare
Choose a tag to compare

Fixed

  • Apply limit on DatabaseEngine before applying additional constraints by @crynobone in #621

v9.4.8

03 May 15:54
9a3a4d8
Compare
Choose a tag to compare

Changed

v9.4.7

06 Apr 09:38
4611476
Compare
Choose a tag to compare

Fixed

v9.4.6

29 Mar 15:57
c4b6972
Compare
Choose a tag to compare

Changed

  • Added the ability to pass an array of options to full-text search. by @den1n in #606
  • Update suggested SDK versions of Algolia and Meilisearch by @mmachatschek in #608

v9.4.5

22 Feb 16:21
ac962d2
Compare
Choose a tag to compare

Changed

Fixed

  • Implements Meilisearch sort on paginate by @mrABR in #587
  • Remove default order by model key desc in database engine when full-text index is used by @smknstd in #590
  • Call queryCallback in DatabaseEngine by @Alanaktion in #591