We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5dafb commit 9fb0ae1Copy full SHA for 9fb0ae1
source/atlas-search.txt
@@ -77,18 +77,18 @@ The query also includes a:
77
"path": "title",
78
"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
- ])
91
-
+ ])
+
92
for i in result:
93
print(i)
94
0 commit comments