glynnbird opened a new pull request, #1477: URL: https://github.com/apache/couchdb-fauxton/pull/1477
## Overview The view editor has the following new items added: ``` '_top_1', '_top_10', '_top_100', '_bottom_1', '_bottom_10', '_bottom_100', '_first', '_last' ``` that is three example reducers for the _top_x & _bottom_x reducers, because they can take any number between 1 and 100, and that would be too many for this list. If users wanted to use _top_3, say, they would have to select the CUSTOM reducer and type _top_3 into the text field. ## Testing recommendations Run Fauxton and create a new MapReduce view. The reducers pull-down list should look like:  ## Checklist - [X] Code is written and works correctly; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org