You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/08/01 12:42:57 UTC

[couchdb-documentation] branch 296-remove-text created (now 7f6f3b1)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 296-remove-text
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at 7f6f3b1  Remove  operator from CouchDB base documentation

This branch includes the following new commits:

     new 7f6f3b1  Remove  operator from CouchDB base documentation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Remove operator from CouchDB base documentation

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 296-remove-text
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 7f6f3b1a6d46cf47f46033b59c2d1d39c4070319
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Aug 1 08:42:49 2018 -0400

    Remove  operator from CouchDB base documentation
---
 src/api/database/find.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/database/find.rst b/src/api/database/find.rst
index a36e8b4..4977ba1 100644
--- a/src/api/database/find.rst
+++ b/src/api/database/find.rst
@@ -179,7 +179,7 @@ documents whose "director" field has the value "Lars von Trier".
 .. code:: json
 
     "selector": {
-      "$text": "Bond"
+      "$title": "Live And Let Die"
     },
     "fields": [
       "title",
@@ -453,7 +453,7 @@ The list of combination operators:
 .. _find/and:
 
 **The** ``$and`` **operator**
-    ``$and`` operator used with full text indexing
+    ``$and`` operator used with two fields
 
 .. code:: json
 
@@ -461,7 +461,7 @@ The list of combination operators:
       "selector": {
         "$and": [
           {
-            "$text": "Schwarzenegger"
+            "$title": "Total Recall"
           },
           {
             "year": {