meilisearch / meilisearch-js

JavaScript client for the Meilisearch API
https://www.meilisearch.com
MIT License
732 stars 86 forks source link

[v1.9.0] New matching strategy variant: `frequency` #1666

Closed curquiza closed 3 months ago

curquiza commented 3 months ago

Related to https://github.com/meilisearch/integration-guides/issues/301

Explanation of the feature

Introduction of a new variant of the matchingStrategy search parameter: frequency. Previous existing ones: all and last

Usage: https://meilisearch.notion.site/frequency-matching-strategy-89868fb7fc584026bc56e378eb854a7f

TODO

⚠️ Make PRs pointing to bump-meilisearch-v1.9.0 and NOT main. Please do 1 PR for all of these changes, and not several.

curquiza commented 3 months ago

Closed by #1670