Closed wxs77577 closed 4 years ago
Could you add global options config like mongoose-paginate-v2 please?
mongoose-paginate-v2
config.js:
var mongoosePaginate = require('mongoose-paginate-v2'); mongoosePaginate.paginate.options = { lean: true, limit: 20 };
@wxs77577 Sorry for the delay. I will add an update this week.
Could you add global options config like
mongoose-paginate-v2
please?Set custom default options for all queries
config.js: