This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push: new cd769a02c Fix missing documentation section title for _top_N reducer cd769a02c is described below commit cd769a02cc2584555e0b2ea02f610febbaffd45f Author: Nick Vatamaniuc <vatam...@gmail.com> AuthorDate: Sat Apr 5 15:19:36 2025 -0400 Fix missing documentation section title for _top_N reducer I had messed up the docs update in the previous PR --- src/docs/src/ddocs/ddocs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/src/ddocs/ddocs.rst b/src/docs/src/ddocs/ddocs.rst index 2b57bbc99..4d3c06633 100644 --- a/src/docs/src/ddocs/ddocs.rst +++ b/src/docs/src/ddocs/ddocs.rst @@ -177,6 +177,8 @@ Return the value of the last row in group. For example, for a view like ``[a,1] : x, [a,2] : y``, queried with ``group_level=1``, it would return ``[a] : y``. +.. data:: _top_N + .. versionadded:: 3.5 Top ``N`` values, where ``N`` can be any number between ``1`` and ``100``