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.
id
1 parent 85f8e88 commit f457cd8Copy full SHA for f457cd8
tests/env/node/getting_started.js
@@ -21,7 +21,8 @@ const { MeiliSearch } = require('../../../dist/bundles/meilisearch.umd.js')
21
// If the index 'movies' does not exist, MeiliSearch creates it when you first add the documents.
22
await index.updateFilterableAttributes([
23
'director',
24
- 'genres'
+ 'genres',
25
+ 'id'
26
])
27
28
let response = await index.addDocuments(dataset)
0 commit comments