Skip to content

Commit 42ca676

Browse files
committed
spacing
1 parent 23a66b3 commit 42ca676

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/atlas-search.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ The query also includes a:
7676
"phrase": {
7777
"path": "title",
7878
"query": "new york"
79-
}
80-
}
81-
},
82-
{ $limit: 10 },
83-
{
84-
$project: {
85-
"_id": 0,
86-
"title": 1,
87-
score: { $meta: "searchScore" }
88-
}
89-
}
90-
])
79+
}
80+
}
81+
},
82+
{ $limit: 10 },
83+
{
84+
$project: {
85+
"_id": 0,
86+
"title": 1,
87+
score: { $meta: "searchScore" }
88+
}
89+
}
90+
])
9191

9292
for i in result:
9393
print(i)

0 commit comments

Comments
 (0)