benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Cannot use view with reduce without reduce #59

Closed Yomin closed 12 years ago

Yomin commented 12 years ago

The "reduce" parameter is useless as the reduce is used if existent. On the other hand theres no possibility to ignore the existing reduce to get only the plain view. Therefore there should be a "noreduce" parameter instead or the possibility given to specifiy true or false.