mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the details
This commit is contained in:
parent
0f0cd2d929
commit
b5fe0b2b07
3 changed files with 6 additions and 0 deletions
|
@ -176,6 +176,7 @@ async fn delete_document_by_filter() {
|
|||
"type": "documentDeletion",
|
||||
"canceledBy": null,
|
||||
"details": {
|
||||
"providedIds": 0,
|
||||
"deletedDocuments": 2,
|
||||
"originalFilter": "\"color = blue\""
|
||||
},
|
||||
|
@ -228,6 +229,7 @@ async fn delete_document_by_filter() {
|
|||
"type": "documentDeletion",
|
||||
"canceledBy": null,
|
||||
"details": {
|
||||
"providedIds": 0,
|
||||
"deletedDocuments": 2,
|
||||
"originalFilter": "\"color = blue\""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue