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 20afc0e commit 755838aCopy full SHA for 755838a
.code-samples.meilisearch.yaml
@@ -298,8 +298,8 @@ add_movies_json_1: |-
298
index.addDocuments(movies).then((res) => console.log(res))
299
documents_guide_add_movie_1: |-
300
index.addDocuments([{
301
- "movie_id": "123sq178",
302
- "title": "Amelie Poulain"
+ movie_id: '123sq178',
+ title: 'Amélie Poulain'
303
}])
304
search_guide_1: |-
305
client.getIndex('movies').search('shifu', {
0 commit comments