-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equalTo objectId + equalTo relational field give incorrect result in query #801
Comments
Something similar is tested here with |
Thanks a lot @flovilmart . After testing v2.1.4, the problem is still existing. The query return random object with different OBJECT_ID again this time. Let me know if any information cloud help! |
@carmenlau see the test here: https://github.com/ParsePlatform/parse-server/pull/809/files#diff-6c3d6b2f723631f5b175561b34cd8b7dR319 Is that similar to your use case? |
Yes @flovilmart It is similar to my use case! I change the testing query like this and it breaks.
The expected length of result list should be 1, and the object should be For your refs: carmenlau@825f973 |
I'll look into it! |
Here is the code snippet:
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.
The text was updated successfully, but these errors were encountered: