On Tue, Jul 21, 2009 at 10:07 AM, Darko Makreshanski<[email protected]> wrote: > Hi, > > I tried using multi-key fetching with different group_level, however I'm > always getting the error: > > > {"error":"query_parse_error","reason":"Multi-key fetches for a reduce view > must include group=true"} > > > Regardless of whether I include group=true or not.
If you're mixing group=true and group_level=N you may get odd results. Does it work without group_level? In principle we could add support for arbitrary group_level's to multi-key fetching, but I think we'd be better off expanding the multi-key support to a more full featured multi-query (including limit, startkey, endkey, etc), which should give us what you're looking for as well. > > I have been pointed out on the IRC that actually multi key fetching doesn't > work with group_level. > > Is this a bug, a not implemented feature, or am I just doing something > wrong? > > Best, > Darko > > -- > Darko Makreshanski > > Bitextender GmbH > Paul-Heyse-Str. 6 > Munich, 80336 > Germany > > M: +49 162 77 222 86 > > [email protected] > http://bitextender.com/ > > Amtsgericht Muenchen, HRB 174280 > Managing Directors: David Zuelke, Florian Clever > -- Chris Anderson http://jchrisa.net http://couch.io
