This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch merge-3.4.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 023bbba98fb4edf0397b910616abd0141730b8a2 Author: Jamie Bliss <[email protected]> AuthorDate: Fri Mar 7 13:52:15 2025 -0500 Fix docs warnings --- src/docs/src/ddocs/mango.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst index 1bc6e8bbb..28da32128 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -271,6 +271,7 @@ Example of using explicit ``$and`` and ``$eq`` operators: ] } It is entirely up to you whether you use the implicit or explicit form. The implicit form is a little easier to write if you do that by hand. The explicit form is a little easier if you programatically contract your selectors. The end result will be the same. + .. _find/explicit_operators: Explicit Operators
