aravindnc / mongoose-aggregate-paginate-v2

A cursor based custom aggregate pagination library for Mongoose with customizable labels.
MIT License
131 stars 23 forks source link

sort option is not working correctly #17

Closed yacineBR closed 4 years ago

yacineBR commented 4 years ago

i want to sort the result of the query but every time it returns different orders !

aravindnc commented 4 years ago

@yacineBR Try adding an index to the sort field and try again.

aravindnc commented 4 years ago

Duplicate of #18