-
Type:
Sub-task
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:Any
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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!