Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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