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 8dae921644843a6fd8c96d87e1cdd2b032b720db Author: Jamie Bliss <[email protected]> AuthorDate: Sat Mar 1 13:36:07 2025 -0500 Update src/docs/src/ddocs/mango.rst Co-authored-by: Jan Lehnardt <[email protected]> --- src/docs/src/ddocs/mango.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst index 0bd431045..47a45dbe9 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -291,7 +291,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
