handle the array of array form of filter in the dumps

This commit is contained in:
Tamo 2023-05-02 22:36:56 +02:00 committed by Louis Dureuil
parent fc8c1d118d
commit 0f0cd2d929
No known key found for this signature in database
3 changed files with 3 additions and 9 deletions

View file

@ -83,11 +83,6 @@ impl Task {
}
}
pub enum DocumentDeletionContent {
ByDocumentIds(Vec<String>),
ByFilter(serde_json::Value),
}
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub enum KindWithContent {