You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/04/13 16:39:58 UTC

[couchdb] 11/11: docs(_find): Remove redundancy from sample `_explain` response

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch backport-a-few-fixes-from-main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit cbc23f0c8eddee03a5335b1938e81aaf05f1233c
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Thu Apr 6 21:49:07 2023 +0200

    docs(_find): Remove redundancy from sample `_explain` response
    
    Acciddentally in `467e14ef`, the `use_index` field got doubled in
    one of the sample responses.
---
 src/docs/src/api/database/find.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/docs/src/api/database/find.rst b/src/docs/src/api/database/find.rst
index 0e511e6ad..6bd3bd963 100644
--- a/src/docs/src/api/database/find.rst
+++ b/src/docs/src/api/database/find.rst
@@ -1372,7 +1372,6 @@ it easier to take advantage of future improvements to query planning
                 }
             },
             "opts": {
-                "use_index": [],
                 "bookmark": "nil",
                 "limit": 2,
                 "skip": 0,