Skip to content

Releases: open-southeners/laravel-scout-advanced-meilisearch

5.1.0

11 Mar 23:31
b44d564

Choose a tag to compare

Added

  • setModelsPath method on MultiSearch class to customise the model folder path

Fixed

  • ScoutSearchableSettings attribute when added on the method toSearchableArray using MultiSearch (with globallySearchable set true) didn't get through

5.0.0

11 Mar 15:20
d885164

Choose a tag to compare

Added

  • OpenSoutheners\LaravelScoutAdvancedMeilisearch\MultiSearch class to support multi-search

Changed

  • Rename OpenSoutheners\LaravelScoutAdvancedMeilisearch\Attributes\ScoutSearchableAttributes to OpenSoutheners\LaravelScoutAdvancedMeilisearch\Attributes\ScoutSearchableSettings

Removed

  • attributes parameter from ScoutSearchableSettings attribute (already covered by Laravel Scout)
  • Laravel 9 and 10 support
  • PHP 8.0 and 8.1 support

4.1.0

24 May 11:27
7fb1d72

Choose a tag to compare

Added

  • Added support Laravel 11

4.0.0

12 May 16:01
ad6b272

Choose a tag to compare

Added

  • Laravel Scout 10 support (using Meilisearch 1.x)

3.0.2

16 Feb 09:41
8662d3a

Choose a tag to compare

Added

  • Laravel 10 support

3.0.1

21 Dec 18:00
1c517c4

Choose a tag to compare

Added

  • Support to PHP 8.2

3.0.0

06 Dec 20:47
7017812

Choose a tag to compare

Added

  • New scout:tasks-cancel command to cancel tasks
  • New scout:tasks-prune command to remove succeeded and canceled tasks (can optionally include failed with option --include-failed)

Changed

  • This package now enforces official's Meilisearch PHP version depending on its own needs

Removed

  • Drop PHP 7.4 support

2.0.2

06 Dec 18:23
f6e60fc

Choose a tag to compare

Fixed

  • Minor fix to enforce always an status code is being returned from all commands

2.0.1

26 Sep 12:12
b09162c

Choose a tag to compare

Fixed

  • scout:update with searchable attributes replacing Meilisearch defaults ['*']

2.0.0

26 Sep 09:57
b93f547

Choose a tag to compare

Added

Changed

  • scout:update command now adding searchable & displayable fields to models (also through ScoutSearchableAttributes PHP attribute class)
  • All command reusing code from new MeilisearchCommand