meilisearch-rust
meilisearch-rust copied to clipboard
feat: add custom metadata support for document tasks
Pull Request
Related issue
Fixes #733
What does this PR do?
- ...
PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Summary by CodeRabbit
- New Features
- Added custom metadata support for all document operations. Users can now attach optional custom metadata to add, update, and delete operations. Metadata is preserved and included in task responses, enabling better tracking, categorization, and monitoring of document operations throughout their lifecycle.
✏️ Tip: You can customize this high-level summary in your review settings.