berniesanders is #1 not #13 :)
. | User | Reputation |
---|---|---|
1 | berniesanders | -61203231132003 |
2 | wang | -37765258368568 |
3 | matrixdweller | -29384743141935 |
4 | chainflix | -27396614970069 |
5 | r4fken | -14045827790498 |
6 | sergei | -11110282013357 |
7 | davidding | -9098735614009 |
8 | nastrom | -8847960360621 |
9 | noganoo | -8564828412937 |
10 | luminousvisions | -8545544437418 |
11 | alahrules | -8044190792484 |
12 | jillstein2016 | -7404207429066 |
13 | rodbrumleysr | -7109951211386 |
14 | robertchernish | -5942460311870 |
15 | iloveupvotes | -5859362037100 |
16 | naturalista | -5799998019082 |
17 | jeeves | -5485360938858 |
18 | iamgod | -5205731170849 |
19 | murdock1 | -5027042233906 |
20 | valantina | -4975167199668 |
thanks for the correction! I had a minus ("-") in my sort order!
db.getCollection('Accounts') .find({"reputation": {"$lte" : -6000000000000 }}, {"_id":0, "account":1, "reputation":1, "created":1, "last_post":1, "post_count":1, "posting_rewards":1 }) .sort({"reputation":1})