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 66ad78b324012313fb9bfa2d4ee149828b12bbfe
Author: Jamie Bliss <[email protected]>
AuthorDate: Fri Mar 7 13:42:15 2025 -0500

    Some edits from @janl
---
 src/docs/src/ddocs/index.rst |  2 +-
 src/docs/src/ddocs/mango.rst | 18 ------------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/src/docs/src/ddocs/index.rst b/src/docs/src/ddocs/index.rst
index 975284860..d9085011a 100644
--- a/src/docs/src/ddocs/index.rst
+++ b/src/docs/src/ddocs/index.rst
@@ -13,7 +13,7 @@
 .. _indexes:
 
 ================
-Design Documents
+Querying CouchDB
 ================
 
 CouchDB supports special documents within databases known as "design
diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst
index 2d3013fd7..1bc6e8bbb 100644
--- a/src/docs/src/ddocs/mango.rst
+++ b/src/docs/src/ddocs/mango.rst
@@ -221,24 +221,6 @@ Again, you can make the equality operator explicit.
         }
     }
 
-An example of the ``$eq`` operator used with full text indexing:
-
-.. code-block:: javascript
-
-    {
-      "selector": {
-        "year": {
-          "$eq": 2001
-        }
-      },
-      "sort": [
-        "title:string"
-      ],
-      "fields": [
-        "title"
-      ]
-    }
-
 An example of the ``$eq`` operator used with database indexed on the field 
``"year"``:
 
 .. code-block:: javascript

Reply via email to