apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add '_approx_count_distinct' to list of built-in reduce functions

Antonio-Maranhao opened this issue · comments

Add _approx_count_distinct to list of built-in reduce functions.

Expected Behavior

The Index Editor should include _approx_count_distinct in the list of reduce functions when creating/editing a view, but only when the server version is >= 2.2.0.

Delivered in #1158