mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the type of the document deletion by filter tasks
This commit is contained in:
parent
0a7817a002
commit
2acc3ec5ee
4 changed files with 5 additions and 8 deletions
|
@ -466,7 +466,7 @@ impl IndexScheduler {
|
|||
}
|
||||
}
|
||||
Details::DocumentDeletionByFilter { deleted_documents, original_filter: _ } => {
|
||||
assert_eq!(kind.as_kind(), Kind::DocumentDeletionByFilter);
|
||||
assert_eq!(kind.as_kind(), Kind::DocumentDeletion);
|
||||
let (index_uid, _) = if let KindWithContent::DocumentDeletionByFilter {
|
||||
ref index_uid,
|
||||
ref filter_expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue