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.
2 parents 6e57cef + aef4ccb commit 9930695Copy full SHA for 9930695
.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