Closed
Description
Here is the code snippet:
query.equalTo("objectId", "OBJECT_ID");
query.equalTo("users", user);
In our data, the expected result should be object with objectId OBJECT_ID.
Expected result: object with objectId OBJECT_ID.
In v2.3.1: object with objectId different from OBJECT_ID.
In current master (c6406b9): return undefined.
Metadata
Metadata
Assignees
Labels
No labels