On Wed, Apr 9, 2008 at 2:50 PM, Søren Hilmer <[EMAIL PROTECTED]> wrote: > 2. startkey_docid does not seam to work, the first document in the view is > always returned.
Søren, You maybe right about that. I just want to mention that I was having the same problem for a while until I realized that the collation order is defined on json objects. So when you are looking to start a particular string, you need to send it inside double quotes. eg: "mykey" instead of mykey Apologies if this is obvious to you, but it certainly threw me for a loop for a while. Of course you also need to URL-escape the starting quotes... Chris -- Chris Anderson http://jchris.mfdz.com
