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 d7b599e commit 1291d56Copy full SHA for 1291d56
source/code-snippets/indexes/text.js
@@ -26,7 +26,7 @@ async function run() {
26
const projection = { fullplot: 1 };
27
const cursor = movies
28
.find(query)
29
- .projection(projection);
+ .project(projection);
30
// end-query
31
32
} finally {
0 commit comments