edwardhotchkiss / mongoose-paginate

Mongoose.js (Node.js & MongoDB) Document Query Pagination
MIT License
984 stars 216 forks source link

How use aggregate? #107

Open khmelevskii opened 7 years ago

akoufa commented 7 years ago

Hello. Is it possible to use this Mongoose Plugin for aggregate pagination?

Jokero commented 7 years ago

Currently you can't use aggregate because the module internally uses find. I found https://www.npmjs.com/package/mongoose-aggregate-paginate which maybe do what you need :+1:

ghost commented 7 years ago

but mongoose-aggregate-paginate does not use Promises ... ?