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 a3ab4bc commit f58d156Copy full SHA for f58d156
docs/community-search/quick-start/README.md.j2
@@ -179,7 +179,7 @@ To test the search functionality, this step imports the `sample_mflix.movies` co
179
```shell copy
180
{% include "code_snippets/0420_import_movies_mflix_database.sh" %}
181
```
182
-This command uses `mongoimport` from the `mongodb-tools-pod` to load data from the downloaded `sample_mflix.archive` file.
+This command uses `mongorestore` from the `mongodb-tools-pod` to load data from the downloaded `sample_mflix.archive` file.
183
184
### 15. Create Search Index
185
0 commit comments