Skip to content

Releases: laravel/scout

v9.3.1

12 Oct 15:53
31dc6fa

Choose a tag to compare

Fixed

  • Return correct output of mapIds method for MeiliSearch (#538)

v9.3.0

05 Oct 18:56
db9f4b9

Choose a tag to compare

Added

  • Add simplePaginateRaw query (#534)

v9.2.10

28 Sep 15:36
214ef71

Choose a tag to compare

Changed

  • Collection Engine: add support for non-scalar values (#528)

Fixed

  • Support boolean filters (#524)

v9.2.9

14 Sep 16:22
f0b0550

Choose a tag to compare

Fixed

  • Searching on custom searchable data when using collection driver (#521)

v9.2.8

31 Aug 15:14
0db23cc

Choose a tag to compare

Changed

  • Add the ability to omit the search argument in the CollectionEngine (#515)

Fixed

  • Update meilisearch-sdk version to v0.19.0 (#511)
  • Check for meilisearch-php 0.19.0 instead (#513)

v9.2.7: [9.x] Support rename of filters to filter in meilisearch 0.21.x (#510)

24 Aug 16:06
0c2e25a

Choose a tag to compare

Changed

  • Support rename of filters to filter in meilisearch 0.21.x (#510)

v9.2.6

17 Aug 16:06
35db193

Choose a tag to compare

Fixed

  • Fixed non string columns breaking model filter with collection driver (#507)

v9.2.5

10 Aug 17:36
86c406c

Choose a tag to compare

Fixed

  • HasManyThrough::macro('unsearchable') fix (#505)

v9.2.4

03 Aug 18:35
d3703c0

Choose a tag to compare

Changed

  • Timeout options for algolia client (#501)

Fixed

  • Fix meilisearch where in (#498)

v9.2.3

13 Jul 16:13
5d62c83

Choose a tag to compare

Changed