mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Prepare for processing documents edition
This commit is contained in:
parent
2099b4f0dd
commit
1702b5cf44
7 changed files with 107 additions and 4 deletions
|
@ -177,6 +177,12 @@ fn snapshot_details(d: &Details) -> String {
|
|||
} => {
|
||||
format!("{{ received_documents: {received_documents}, indexed_documents: {indexed_documents:?} }}")
|
||||
}
|
||||
Details::DocumentEdition {
|
||||
edited_documents,
|
||||
edition_code,
|
||||
} => {
|
||||
format!("{{ edited_documents: {edited_documents:?}, edition_code: {edition_code:?} }}")
|
||||
}
|
||||
Details::SettingsUpdate { settings } => {
|
||||
format!("{{ settings: {settings:?} }}")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue