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 e758883750e59374b0093e207b678887ceb2988f Author: Jamie Bliss <[email protected]> AuthorDate: Fri Mar 7 14:01:13 2025 -0500 Actually fix 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 28da32128..dbcb5b1cf 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -270,6 +270,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:
