Skip to content
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

Closed
derickito opened this issue Mar 6, 2016 · 2 comments
Closed

Relations are now bidirectional, unlike at parse.com #871

derickito opened this issue Mar 6, 2016 · 2 comments

Comments

@derickito
Copy link

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

@flovilmart
Copy link
Contributor

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
@drew-gross
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants