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 6e57cef commit aef4ccbCopy full SHA for aef4ccb
.code-samples.meilisearch.yaml
@@ -8,7 +8,7 @@ get_one_index_1: |-
8
list_all_indexes_1: |-
9
client.listIndexes()
10
create_an_index_1: |-
11
- client.createIndex('movies')
+ client.createIndex('movies', { primaryKey: 'movie_id' })
12
update_an_index_1: |-
13
client.updateIndex('movies', { primaryKey: 'movie_review_id' })
14
delete_an_index_1: |-
0 commit comments