Details
-
Sub-task
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
Any
Description
It would be very convenient to have a helper function to do the sorting, e.g. to construct a query like the following.
db.myCollection.find().sort(
{ ts : -1 })
Currently, this is on the TODO-list in the README.
Thank you!