Quick question for someone who knows the code well: When doing a grouped reduce view, would it be easy to detect the case where a group consists of exactly one key? In that case, would it also be easy to add "id" to the result row like a normal view, and possibly also "doc" if include_docs=true were specified?
(I'm doing this logic externally at the moment) Thanks, Brian.
