Angular 4 Model filtering relations
juliancuni opened this issue · 1 comments
juliancuni commented
How to filter multiple related modes?
e.g.
this._model.find({where: {something: true}, include: ["relatedmodel1", {"relatedmodel2": {where: {"someProperty": true}}}]}).subscribe((etc: Etc[]) => {});
juliancuni commented
I am sorry for flooding your issues. I have implemented this before. I am closing this issue.