Skip to content

equalTo objectId + equalTo relational field give incorrect result in query #801

Closed
@carmenlau

Description

@carmenlau

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions