Sorting results by value instead of key
Mon, 02/25/2013 - 17:51
I am trying to create a leader-board of sorts. I can easily create a view that emits a single field, like username, and use the built-in reduce function "_count". What I can't do it limit my results to the highest values.
What I'd like is something similar to SQL's "ORDER BY COUNT(*) DESC".
There's my two cents...