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

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

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! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.