meilisearch / meilisearch-python

Python wrapper for the Meilisearch API
https://www.meilisearch.com/
MIT License
452 stars 86 forks source link

[v1.9] Accept the `frequency` value for the `matchingStrategy` search parameter #987

Closed curquiza closed 1 month ago

curquiza commented 2 months ago

Following this central issue

This is related to a newly introduced feature in Meilisearch v1.9.0: accept the frequency value for the matchingStrategy search parameter.

Refer to docs for more information.

239yash commented 1 month ago

@curquiza I have raised a PR for this, Can you please review the changes