Wrapping in single quotes doesn't help it here. Though. Is there anything else to consider when using a multi key fetch? Btw... i am still skeptical that i would need to introduce this "dummy" element to group by.
Greets Moritz On Thu, Jun 10, 2010 at 5:09 PM, Zachary Zolton <[email protected]>wrote: > > I issue the following command: > > > > curl -d > > > '{"keys":[["leaflet","d947fce9711cb624e2df06e081004b1f"],["leaflet","d947fce9711cb624e2df06e081002c2b"]]}' > > -X POST > > > http://192.168.87.1:5984/mydb/_design/mydb/_view/getAttachmentSize?group=true&group_level=1 > > Make sure to wrap the URL in single quotes any time it contains query > params, the question mark and ampersand characters have special > meaning to most shells. >
