aravindnc / mongoose-paginate-v2

A custom pagination library for Mongoose with customizable labels.

Home Page:https://www.npmjs.com/package/mongoose-paginate-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to paginate subdocument

victormongi opened this issue · comments

How to paginate subdocument?

Only works for models. You could use a relation model if document count will be "unprocessable".

Do you have an example?
Thank you for the reply..

@victormongi This plugin will work for the model only to which it is attached. But you can try https://www.npmjs.com/package/mongoose-aggregate-paginate-v2 instead and write an aggregate query.

@aravindnc do you have example? thank you ...