This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 01edfd3 Remove operator from CouchDB base documentation
01edfd3 is described below
commit 01edfd31f9391e30a7c3c6593c0a5bfa5c7da54c
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": {