mongoose-aggregate-paginate-v2
Version:
A page based custom aggregate pagination library for Mongoose with customizable labels.
33 lines (17 loc) • 475 B
Markdown
[]
- Optimizes the aggregation pipeline generated while using facet by moving the shared pipeline stages above the facet stage which were earlier duplicated
[]
- Added prepaginate string support for TypeScript
[]
- Fix for
[]
- Added match stage before facet to improve performance.
[]
- Added Support for prepagination.
- Added TS Files.