You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are needed to add compatibility with Meilisearch v0.29.
[ ] Bump meilisearch-python-async
[ ] Add matching_strategy: str = "all" to the SearchParameters model
[ ] Update the search route to pass matching_strategy
[ ] Update search tests to include matching_strategy
The text was updated successfully, but these errors were encountered:
The following are needed to add compatibility with Meilisearch v0.29.
[ ] Bump meilisearch-python-async
[ ] Add
matching_strategy: str = "all"
to theSearchParameters
model[ ] Update the
search
route to passmatching_strategy
[ ] Update search tests to include
matching_strategy
The text was updated successfully, but these errors were encountered: