mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Prepare for processing documents edition
This commit is contained in:
parent
95fcd17373
commit
bba401eb37
7 changed files with 107 additions and 4 deletions
|
@ -178,6 +178,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