mean-expert-official/fireloop.io

Angular 4 Model filtering relations

juliancuni opened this issue · 1 comments

How to filter multiple related modes?
e.g.
this._model.find({where: {something: true}, include: ["relatedmodel1", {"relatedmodel2": {where: {"someProperty": true}}}]}).subscribe((etc: Etc[]) => {});

I am sorry for flooding your issues. I have implemented this before. I am closing this issue.