Skip to content

Commit 1e1cf71

Browse files
committed
fix code
1 parent a281005 commit 1e1cf71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/atlas-search.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To use the ``$search`` aggregation pipeline stage, you must select an Atlas Sear
5656

5757
The following example uses the ``phrase`` operator, which performs search for documents containing an ordered sequence of terms. To learn more about the ``phrase`` operator, see :atlas:`Phrase </atlas-search/phrase>` in the Atlas guide.
5858

59-
The example performs a basic search of the ``title`` field for the query string ``new york``. There is no
59+
The example performs a basic search of the ``title`` field for the query string ``new york``.
6060
The query also includes a:
6161

6262
- :pipeline:`$limit` stage to limit the output to 10 results.
@@ -65,6 +65,7 @@ The query also includes a:
6565

6666
.. code-block:: python
6767
:copyable: true
68+
6869
client = pymongo.MongoClient('<connection-string>')
6970
result = client['sample_mflix']['movies'].aggregate([
7071
{

0 commit comments

Comments
 (0)