Changes
Features
- You can now find keys based on their key or uid sanders41 (280)
⚠️ Breaking changes
- Update for Meilisearch v0.28 sanders41 (280)
- Remove auto_batch methods (Meilisearch now handles this itself) sanders41 (280)
- Routes that used to return `TaskStatus` now return `TaskInfo` sanders41 (280)
- update_key() can only update name and description fields sanders41 (280)
- nb_hits replaced with estimated_total_hits in search sanders41 (280)
- exhaustive_nb_hits is removed from search sanders41 (280)
- exhaustive_facets_count is deleted sanders41 (280)
- matches renamed show_matches_position sanders41 (280)
- facets_distribution response parameter is renamed facet_distribution sanders41 (280)
- attributes_to_retrieve replaced with fields in `get_documents` sanders41 (280)
- indexes and documents now return `results`, `limit`, `offset` sanders41 (280)