mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
handle the array of array form of filter in the dumps
This commit is contained in:
parent
fc8c1d118d
commit
0f0cd2d929
3 changed files with 3 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue