Skip to content

Commit f804519

Browse files
committed
change query
1 parent 3373359 commit f804519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/atlas-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ single query. To learn more about the ``compound`` operator, see the :atlas:`Com
6767
The query has the following search criteria:
6868

6969
- The ``genres`` field must not contain ``Comedy``.
70-
- The ``title`` field must contain the string ``new york``.
70+
- The ``title`` field must contain the string ``New York``.
7171

7272
The query also includes the following stages:
7373

@@ -101,7 +101,7 @@ The query also includes the following stages:
101101
{
102102
"text": {
103103
"query": [
104-
"new york"
104+
"New York"
105105
],
106106
"path": "title"
107107
}

0 commit comments

Comments
 (0)