packagist meilisearch/meilisearch-php v1.4.0
v1.4.0 🐘

latest releases: dev-staging, dev-main, v1.12.0...
23 months ago

This version introduces features released on Meilisearch v1.4.0 🎉
Check out the changelog of Meilisearch v1.4.0 for more information on the changes.

⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.

🚀 Enhancements

  • Needs Meilisearch v1.4.0 -> Add support for the new setting: dictionary (#574) @alallema
$index->getDictionary();
$index->updateDictionary(['J. R. R.', 'W. E. B.']);
$index->resetDictionary();
  • Needs Meilisearch v1.4.0 -> Add support for the new setting: separator-tokens (#574) @alallema
$index->getSeparatorTokens();
$index->updateSeparatorTokens(['|', '…']);
$index->resetSeparatorTokens();
  • Needs Meilisearch v1.4.0 -> Add support for the new setting: non-separator-tokens (#574) @alallema
$index->getNonSeparatorTokens();
$index->updateNonSeparatorTokens(['@', '#']);
$index->resetNonSeparatorTokens();

⚠️ Warning usage with v1.4.0

A bug fix in Meilisearch v1.4.0 introduces a breaking change in the filter usage. It only concerns users using the filter search parameter with \.
Explanation and change to apply are detailed in the Meilisearch v1.4.0

Thanks again to @alallema, @brunoocasali, @curquiza, @dependabot, @dependabot[bot], @meili-bors[bot], and @norkunas! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.