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

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

This version introduces features released on Meilisearch v1.9.0 🎉
Check out the changelog of Meilisearch v1.9.0 for more information on the changes.

🚀 Enhancements

$client->index('INDEX_NAME')->search('badman', [
  'rankingScoreThreshold' => 0.2
]);
$similarQuery = new SimilarDocumentsQuery('TARGET_DOCUMENT_ID');
$client->index('INDEX_NAME')->getSimilar($similarQuery);
  • hybrid search changes (#649) @ManyTheFish
    • Add setRetrieveVectors method to SimilarDocumentsQuery
    • Add setRetrieveVectors method to DocumentsQuery
  • Add distinct attribute at search (#648) @the-sinner
$client->index('products')->updateFilterableAttributes(['product_id', 'sku', 'url']);

⚙️ Maintenance/misc

Thanks again to @Koopzington, @ManyTheFish, @curquiza, and @the-sinner! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.