On Thu, May 17, 2012 at 9:37 PM, Luca Matteis <[email protected]> wrote: > Whilst this would require me to process the view and order > things myself using another language. Instead I only have Couch, and I > want Couch to do the work.
Ok I see. The easy solution is to use a _list function to post-process a view in couchdb (directly on the server) but it requires a bit of computation. Otherwise, I don't see an easy solution ... -- Matthieu RAKOTOJAONA
