mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +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
|
@ -166,6 +166,7 @@ impl From<KindWithContent> for KindDump {
|
|||
documents_count,
|
||||
allow_index_creation,
|
||||
},
|
||||
KindWithContent::DocumentEdition { .. } => todo!(),
|
||||
KindWithContent::DocumentDeletion { documents_ids, .. } => {
|
||||
KindDump::DocumentDeletion { documents_ids }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue