hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.66k stars 1.98k forks source link

Pagination Query for 'ref' documents. #242

Open mrFaizanDev opened 1 year ago

mrFaizanDev commented 1 year ago

I like the way pagination query works. I use a lot. But when I tried to figure the way to filter from populate data. There is populate option in paginate but need to figure how can I use filter on populate fields, so I can get the result only which matches my populate's field. If there is any solution please let me know.