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 78653023c4cba1e65b99f0f70a7c5aff48b86977
Author: Jamie Bliss <[email protected]>
AuthorDate: Sat Mar 1 13:55:15 2025 -0500

    Remove the mention of _foo fields.
    
    Jan pointed out that these aren't allowed in general.
---
 src/docs/src/ddocs/mango.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst
index 47a45dbe9..2d3013fd7 100644
--- a/src/docs/src/ddocs/mango.rst
+++ b/src/docs/src/ddocs/mango.rst
@@ -50,9 +50,6 @@ of function or result.
       missing a field name.").
     * Field names starting with ``$`` must be escaped with ``\`` (eg, 
``\$foo``)
       ("Invalid operator: $").
-    * Fields at the root of the document starting with ``_`` cannot be queried
-      ("Bad special document member: _"). Special fields like ``_id`` and
-      ``_rev`` can be queried.
 
 .. _find/selectorbasics:
 

Reply via email to