Skip to content

v1.8.0 🐘

Compare
Choose a tag to compare
@meili-bot meili-bot released this 06 May 14:08
· 158 commits to refs/heads/main since this release
77058e5

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

$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

Thanks again to @brunoocasali, @curquiza, @guimachiavelli, and @norkunas! πŸŽ‰