mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
IDs are stings in json returned by ES, respect that
This commit is contained in:
parent
f268a9246c
commit
feb43df479
@ -36,9 +36,9 @@
|
|||||||
parent: 5
|
parent: 5
|
||||||
fields: [_parent, _routing]
|
fields: [_parent, _routing]
|
||||||
|
|
||||||
- match: { _id: 1}
|
- match: { _id: "1"}
|
||||||
- match: { fields._parent: 5}
|
- match: { fields._parent: "5"}
|
||||||
- match: { fields._routing: 5}
|
- match: { fields._routing: "5"}
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
catch: missing
|
catch: missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user