I would like to sort a minimongo cursor using a date field. It appears that $orderBy
will be deprecated according to the mongoDB documentation (not that I know if it works with minimongo) and sort()
does not seem to work.
Is there a way to sort a minimongo cursor using a date field or should I rely on plain Javascript/underscore (Sorting by date with underscore.js or just plain JS)?