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

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

This version introduces features released on Meilisearch v1.3.0 🎉
Check out the changelog of Meilisearch v1.3.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

  • Add a base exception interface all exceptions must implement (#534) @94noni
  • ⚠️ EXPERIMENTAL: setShowRankingScoreDetails and search(['showRankingScoreDetails' => boolean]) to show the scores of each relevant document returned in the search.
  • ⚠️ EXPERIMENTAL: setVector and search(['vector' => [...]]) to enable vector search capabilities.
  • Add setAttributesToSearchOn and search(['attributesToSearchOn' => [...]])
  • index->facetSearch(FacetSearchQuery params) to search only in facets.

⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this guide.

💅 Misc

  • Migrate docs hosting to Meilisearch subdomain (#553) @Strift
  • Update SDK docs link in README.md (#556) @Strift
  • [DX] Improve quality of Client class & related (#514) @stloyd
  • [DX] Add support for PHPUnit 10.1 (#516) @stloyd

Thanks again to @94noni, @Strift, @alallema, @brunoocasali, @norkunas and @stloyd! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.