buunguyen / mongoose-deep-populate

Mongoose plugin to enable deep population of nested models ⛺
MIT License
469 stars 44 forks source link

Deep populate on mongoose virtuals. #62

Open unckleg opened 5 years ago

unckleg commented 5 years ago

Deep populate won't work for mongoose ref virtuals.

BandSchema.virtual('members', { ref: 'Person', localField: 'name', foreignField: 'band', justOne: false })

mazyvan commented 3 years ago

Do we have any update on this? This would be a great addition to the plugin