Skip to content

Commit 9fb0ae1

Browse files
committed
code spaing
1 parent 3f5dafb commit 9fb0ae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/atlas-search.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ The query also includes a:
7777
"path": "title",
7878
"query": "new york"
7979
}
80-
}
80+
}
8181
},
8282
{ $limit: 10 },
8383
{
8484
$project: {
8585
"_id": 0,
8686
"title": 1,
8787
score: { $meta: "searchScore" }
88-
}
89-
}
90-
])
91-
88+
}
89+
}
90+
])
91+
9292
for i in result:
9393
print(i)
9494

0 commit comments

Comments
 (0)