Meilisearch Laravel Scout Versions Save

MeiliSearch integration for Laravel Scout

v0.12.5

3 years ago

Changes

  • Update meilisearch/meilisearch-php dependencies from v0.16.0 to v0.17.0 (#107)

Thanks also to @mmachatschek for his involvement in this package! ?

v0.12.4

3 years ago

Changes

  • Fix pagination: revert "Fix getTotalCount() method" (#96) @curquiza

Thanks also to @mmachatschek, @react-learner, and @shokme for the improvements in this repo! ?

v0.12.3

3 years ago

Changes

  • Fix SearchResult return value in custom search callable (#88) @mmachatschek

Thanks again to @mmachatschek and @shokme! ?

v0.12.2

3 years ago

Changes

  • Fix getTotalCount() method (#80) @curquiza

This version is compatible with the latest version of MeiliSearch (v0.18.1) and the latest version of meilisearch-php (v0.16.0).

Thanks again to @shokme! ?

v0.12.1

3 years ago

Changes

  • Changes about the MeiliSearch's next release (v0.17.0) (#65) @curquiza
  • add php 8 support (#66) @shokme

Thanks again to @bensherred, @curquiza, and @shokme! ?

v0.12.0

3 years ago

Changes

  • Cast $perPage to int value (#48) @jwohlfert23

Breaking changes

  • Update meilisearch-php to v0.14 (#47) @bensherred => Fix the guzzle installation issue with Laravel 7 (#43) Checkout this README section.

Thanks again to @bensherred, @jwohlfert23 and @shokme! ?

v0.11.1

3 years ago

Changes

  • Add linter (#39) @curquiza
  • get index or create it with the model primary key if not exist (#41) @shokme

Thanks again to @curquiza, and @shokme! ?

v0.11.0

3 years ago

Breaking Changes

Changes

  • Add release drafter (#31) @curquiza
  • Add CONTRIBUTING.md (#32) @curquiza

Thanks again to @curquiza and @shokme! ?

v0.10.7

3 years ago

Deprecated! Use the 0.11.0 instead

Changes

Thanks again to @curquiza and @shokme! ?

v0.10.6

3 years ago
  • Add LICENSE (#26)
  • Adapt index creation (#29)
  • Update README

Thanks to @shokme, @curquiza and @eskombro