File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
source/reference/operator/query Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,7 @@ phrase in escaped double quotes (``\"``), as in:
107
107
"\"ssl certificate\""
108
108
109
109
If the ``$search`` string includes a phrase and individual terms, text
110
- search will only match the documents that include the phrase. More
111
- specifically, the search performs a logical ``AND`` of the phrase with
112
- the individual terms in the search string.
110
+ search will only match the documents that include the phrase.
113
111
114
112
For example, passed a ``$search`` string:
115
113
@@ -118,8 +116,7 @@ For example, passed a ``$search`` string:
118
116
"\"ssl certificate\" authority key"
119
117
120
118
The :query:`$text` operator searches for the phrase ``"ssl
121
- certificate"`` **and** (``"authority"`` **or** ``"key"`` **or**
122
- ``"ssl"`` **or** ``"certificate"`` ).
119
+ certificate"``.
123
120
124
121
.. _text-operator-term-negation:
125
122
You can’t perform that action at this time.
0 commit comments