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 0123f21 commit 9391167Copy full SHA for 9391167
examples/node/getting_started.js
@@ -7,7 +7,7 @@ const { MeiliSearch } = require('../../dist/bundles/meilisearch.umd.js')
7
})
8
9
// An index is where the documents are stored.
10
- const index = client.index('movies') // If your index exists
+ const index = client.index('movies')
11
12
const dataset = [
13
{ id: 1, title: "Carol", genres: ["Romance", "Drama"] },
0 commit comments