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 ced1efc commit 7cbf6c1Copy full SHA for 7cbf6c1
.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