On Sun, Jun 14, 2009 at 1:36 PM, Dmitry Unkovsky<[email protected]> wrote: > 2009/6/14 Seth Falcon <[email protected]>: >> startkey = [a, x] >> endkey = [b, y] > > will give [almost] all points that have a<doc.lat<b
Doh! The comparison of complex keys is element by element. I think I get it now.
