meilisearch-rust icon indicating copy to clipboard operation
meilisearch-rust copied to clipboard

[v1.26] Add tasks custom metadata

Open Strift opened this issue 1 month ago • 0 comments

Description

Meilisearch v1.26 allows attaching custom metadata to document addition or update tasks.

We want to update this SDK's methods for documents addition and update to accept an optional metadata string.

POST /indexes/{indexUid}/documents
PUT /indexes/{indexUid}/documents
DELETE /indexes/{indexUid}/documents/{documentId}
POST /indexes/{indexUid}/documents/delete-batch
POST /indexes/{indexUid}/documents/delete
POST /indexes/{indexUid}/documents/edit
DELETE /indexes/{indexUid}/documents

For more information, read the usage guide.

Tasks

  • [ ] Update all methods that interact with the listed API endpoints
  • [ ] Add test cases

Strift avatar Nov 18 '25 08:11 Strift