How to search on multiple key names?

will this work:

where("*.sha256"="9ede6da5986d8c0df3367c395b0b3924ffb12206939f33b01610c1ae955630d1")

No wildcards only work when part of a nested json array, you can't wildcard all keynames

for example if it were source_json.array.0.sha256 and source_json.array.1.sha256

you can use source_json.array.*.sha256

David

1 Like