Hey @lichadexun,
Off the top of my head, if you do find’s for A and B to identify those items, you can do a query such as:
C.find({a: myAinstance, bs: {'$contains': myBinstance}});
Cheers, Brett
Hey @lichadexun,
Off the top of my head, if you do find’s for A and B to identify those items, you can do a query such as:
C.find({a: myAinstance, bs: {'$contains': myBinstance}});
Cheers, Brett