CouchDB Tips & Tricks: List Functions for Sorting Map/Reduce Results by Value
Nice CouchDB trick from Arbo von Monkiewitsch:
I just found out, that it is possible to sort the result of Map/Reduce with a list function.
curl http://.../design-doc/_list/sort/count?group=true
Original title and link for this post: CouchDB Tips & Tricks: List Functions for Sorting Map/Reduce Results by Value (published on the NoSQL blog: myNoSQL)
via: http://geekiriki.blogspot.com/2010/08/couchdb-using-list-functions-to-sort.html