Condition intérieure peuple Mongoose
Product
.find({...})
.populate({
match: { 'city': req.params.location},
})
CodePadding
Product
.find({...})
.populate({
match: { 'city': req.params.location},
})