- Fix issue with raising MeilisearchApiError when no JSON returned sanders41 (983)
2.11.0
Changes
Features
- Update for meilisearch 1.9.0 sanders41 (947) - Make matching_strategy a literal with all, last, and frequency sanders41 (954) - Add ranking_score_threshold parameter to search sanders41 (955) - Add similar search sanders41 (959) - Add ranking_score_threshold to facet search sanders41 (960)
2.10.1
Changes
- Fix httpx depreciation warning sanders41 (966)
2.10.0
Features
- Allow passing a custom serializer for documents sanders41 (957)
2.9.0
Changes
:warning: Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.8.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.
- Only import types when type checking for slight performance boost sanders41 (916)
Features
- Update for Meilisearch v1.8.0 sanders41 (890) - Add option to specify a timeout for index creation wait sanders41 (920) - Add search-cutoff-ms settings MEP66 (906) - Update hybrid search for Meilisearch v1.8.0 sanders41 (893)
2.8.0
Changes
:warning: Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.7.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.