mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-18 08:48:32 +08:00
Modified JSON to add move conditions
This commit is contained in:
parent
88b71fb6c4
commit
02b79e0040
@ -129,7 +129,7 @@ fn check_add_documents_with_nested_sequence() {
|
|||||||
let body = json!([{
|
let body = json!([{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"foo": {
|
"foo": {
|
||||||
"bar": [123],
|
"bar": [123,456],
|
||||||
"fez": [{
|
"fez": [{
|
||||||
"id": 255,
|
"id": 255,
|
||||||
"baz": "leesz",
|
"baz": "leesz",
|
||||||
@ -137,6 +137,22 @@ fn check_add_documents_with_nested_sequence() {
|
|||||||
"fax": [234]
|
"fax": [234]
|
||||||
},
|
},
|
||||||
"sas": []
|
"sas": []
|
||||||
|
}],
|
||||||
|
"foz": [{
|
||||||
|
"id": 255,
|
||||||
|
"baz": "leesz",
|
||||||
|
"fuzz": {
|
||||||
|
"fax": [234]
|
||||||
|
},
|
||||||
|
"sas": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 256,
|
||||||
|
"baz": "loss",
|
||||||
|
"fuzz": {
|
||||||
|
"fax": [235]
|
||||||
|
},
|
||||||
|
"sas": [321, 321]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}]);
|
}]);
|
||||||
|
Loading…
Reference in New Issue
Block a user