have tried various syntax but nothing seems to be working - and which is right docs vs examples vs tests (I would think tests - some show "desc" some show "-1"

here's an example:

coll.find({"username":username}, {"sort":['date','desc']}, function(err,cursor) {

also tried as per test:
coll.find({"username":username}, {"sort":[['date', -1]]}, function(err,cursor) {

thks for any help on this

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to