mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
I can index documents without meilisearch
This commit is contained in:
committed by
Clément Renault
parent
edd8344dc9
commit
8770e07397
@ -459,13 +459,12 @@ impl IndexScheduler {
|
||||
});
|
||||
}
|
||||
Err(error) => {
|
||||
// TODO: TAMO: find a way to convert all errors to the `Task::Error` type
|
||||
// task.error = Some(error);
|
||||
task.error = Some(error.into());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
todo!()
|
||||
Ok(tasks)
|
||||
}
|
||||
Batch::SettingsAndDocumentAddition {
|
||||
index_uid,
|
||||
|
Reference in New Issue
Block a user