>> On trunk you can pass ?reduce=false to your query which means you'll
>> simply get the result of the map. This may be what you want.

> Neat. But, how is this different from omitting group=true in the query?

Simply because if a view contains both a map and reduce function,
querying that view will by default return the result of the reduce
function, irrespective of whether group or group_level are absent.

Paul

Reply via email to