-
-
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
Relations are now bidirectional, unlike at parse.com #871
Comments
That would help to have more informations about that problem a test case, example etc... |
drew-gross
added a commit
to drew-gross/parse-server
that referenced
this issue
Mar 30, 2016
I've added a test that checks for this in #1283, which passes. If you are doing something differently in your code and is not behaving how you expect, please open a new issue and include your code that is failing. |
drew-gross
added a commit
to drew-gross/parse-server
that referenced
this issue
Mar 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment Setup
I'm running Node 4.3, Mongo 3.0.9 in DigitalOcean
Steps to reproduce
If a user has a like relation of type User and user A likes user B and you query user B's like relation for user A it returns true, which it's supposed to return false, since user B hasn't liked user A.
This is the way relations worked for my app in parse.com. Am I doing something wrong?
Logs/Trace
The text was updated successfully, but these errors were encountered: