moleculer-db icon indicating copy to clipboard operation
moleculer-db copied to clipboard

mongoose adapter query in populate ?

Open perjer4675 opened this issue 4 years ago • 0 comments
trafficstars

// populate and match Story. find(). populate({ path: 'fans', match: { age: { $gte: 21 } }, // <--- What to do select: 'name -_id' }). exec();

perjer4675 avatar Nov 30 '20 10:11 perjer4675