mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Add a comment about the ClearDocuments operation in the DeleteDocuments
This commit is contained in:
@ -264,9 +264,7 @@ pub fn run(opt: Opt) -> anyhow::Result<()> {
|
||||
|
||||
let meta = match result {
|
||||
Ok(()) => format!("valid update content"),
|
||||
Err(e) => {
|
||||
format!("error while processing update content: {}", e)
|
||||
}
|
||||
Err(e) => format!("error while processing update content: {:?}", e),
|
||||
};
|
||||
|
||||
let processed = UpdateStatus::Processed { update_id, meta: meta.clone() };
|
||||
|
Reference in New Issue
Block a user