I have this document in my DB
{
“createdAt”: 1571998539330,
“data”: {
“hostelInteractionIdentifierItem”: {
“hostelIdentifier”: {
“id”: “87988755456”
}
},
“identifier”: [
{
“id”: “75”
}
],
“_class”: “com.bendiciones.BuenasNoches”,
“status”: {
“code”: {
“value”: “OPEN”
}
}
},
“_class”: “com.bendiciones.BuenasNoches”,
“id”: “75”,
“type”: “BNF”,
“version”: 1
}
that I query using
SELECT * FROM bendiciones
where ANY hostelIdentifier IN data.hostelInteractionIdentifierItem SATISFIES hostelItIdentifier.id = “87988755456” END;
but I get no results