perak / meteor-joins

Collection joins for Meteor
77 stars 7 forks source link

Could I find with reference collection conditions? #3

Open thearabbit opened 9 years ago

thearabbit commented 9 years ago

I want to find with reference collection like this

Employee.find({company: {name: 'Abc'}});