mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +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
|
||||
fields: [_parent, _routing]
|
||||
|
||||
- match: { _id: 1}
|
||||
- match: { fields._parent: 5}
|
||||
- match: { fields._routing: 5}
|
||||
- match: { _id: "1"}
|
||||
- match: { fields._parent: "5"}
|
||||
- match: { fields._routing: "5"}
|
||||
|
||||
- do:
|
||||
catch: missing
|
||||
|
Loading…
x
Reference in New Issue
Block a user