v1.8.0 π
·
158 commits
to refs/heads/main
since this release
This version introduces features released on Meilisearch v1.8.0 π
Check out the changelog of Meilisearch v1.8.0 for more information on the changes.
π Enhancements
- Add support for the new setting:
searchCutoffMs
(#636) @brunoocasali
$client->index('books')->getSearchCutoffMs();
$client->index('books')->updateSearchCutoffMs(150);
$client->index('books')->resetSearchCutoffMs();
- Add
getSemanticHitCount()
method to retrieve how many results were found because of the semantic query. #639 @brunoocasali
βοΈ Maintenance/misc
- Add missing $ to documentation code sample (#633) @guimachiavelli
Thanks again to @brunoocasali, @curquiza, @guimachiavelli, and @norkunas! π