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 e12e5e9 commit 59ee412Copy full SHA for 59ee412
.code-samples.meilisearch.yaml
@@ -22,8 +22,9 @@ add_or_replace_documents_1: |-
22
}])
23
add_or_update_documents_1: |-
24
client.getIndex('movies').updateDocuments([{
25
- movieskud: 287947,
26
- title: 'Shazam ⚡️'
+ id: 287947,
+ title: 'Shazam ⚡️',
27
+ genre: 'comedy'
28
29
delete_all_documents_1: |-
30
client.getIndex('movies').deleteAllDocuments()
0 commit comments