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 23a66b3 commit 42ca676Copy full SHA for 42ca676
source/atlas-search.txt
@@ -76,18 +76,18 @@ The query also includes a:
76
"phrase": {
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
- ])
+ }
+ },
+ { $limit: 10 },
+ {
+ $project: {
+ "_id": 0,
+ "title": 1,
+ score: { $meta: "searchScore" }
+ ])
91
92
for i in result:
93
print(i)
0 commit comments