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 <[email protected]> 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": {
