Skip to content

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

Closed
@flessard

Description

@flessard

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions