Skip to content

Commit 23a66b3

Browse files
committed
Fix spacing
1 parent 9fb0ae1 commit 23a66b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/atlas-search.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ The query also includes a:
8181
},
8282
{ $limit: 10 },
8383
{
84-
$project: {
85-
"_id": 0,
86-
"title": 1,
87-
score: { $meta: "searchScore" }
88-
}
89-
}
84+
$project: {
85+
"_id": 0,
86+
"title": 1,
87+
score: { $meta: "searchScore" }
88+
}
89+
}
9090
])
9191

9292
for i in result:

0 commit comments

Comments
 (0)