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
andsearch(['showRankingScoreDetails' => boolean])
to show the scores of each relevant document returned in the search. - ⚠️ EXPERIMENTAL:
setVector
andsearch(['vector' => [...]])
to enable vector search capabilities. - Add
setAttributesToSearchOn
andsearch(['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! 🎉