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

Relation.query() with a where not working #344

Closed
flessard opened this issue Feb 10, 2016 · 2 comments
Closed

Relation.query() with a where not working #344

flessard opened this issue Feb 10, 2016 · 2 comments
Labels
type:question Support or code-level question

Comments

@flessard
Copy link
Contributor

If you perform this

var relation = u.relation('onOtherCompany');
var query = relation.query();
query.equalTo('objectId', company.id);

The result is not filtered. All objects in relation is return.

@joanmarcs
Copy link

Same problem...

@gfosco
Copy link
Contributor

gfosco commented Mar 6, 2016

I believe this to be fixed with #769. Do let us know if this is still a problem! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Support or code-level question
Projects
None yet
Development

No branches or pull requests

5 participants