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 55eb08c + 7cbf6c1 commit 9ec5e95Copy full SHA for 9ec5e95
.code-samples.meilisearch.yaml
@@ -5,7 +5,7 @@
5
---
6
get_one_index_1: |-
7
client.index('movies').getRawInfo()
8
-get_all_indexes_1: |-
+list_all_indexes_1: |-
9
client.getIndexes()
10
create_an_index_1: |-
11
client.createIndex('movies', { primaryKey: 'movie_id' })
0 commit comments