Github user rnewson commented on the pull request:
https://github.com/apache/couchdb-couch-mrview/pull/29#issuecomment-142972064
``` "group" ->
case parse_boolean(Val) of
true -> Args#mrargs{group_level=exact};
_ -> Args#mrargs{group_level=0}
end;```
I'm reading that to mean group=false _is_ group_level=0 and hence that
group=true&group_level=true means 'group it AND don't group it'.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---