mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-12-22 12:27:00 +00:00
Allow to attach customMetadatain the document addition or update tasks
This commit is contained in:
@@ -379,6 +379,7 @@ impl crate::IndexScheduler {
|
||||
status,
|
||||
kind,
|
||||
network: _,
|
||||
custom_metadata: _,
|
||||
} = task;
|
||||
assert_eq!(uid, task.uid);
|
||||
if task.status != Status::Enqueued {
|
||||
|
||||
Reference in New Issue
Block a user