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 cc5f33b commit 0c86ffbCopy full SHA for 0c86ffb
.code-samples.meilisearch.yaml
@@ -10,7 +10,7 @@ list_all_indexes_1: |-
10
create_an_index_1: |-
11
client.create_index("movies", Some("id")).await.unwrap();
12
update_an_index_1: |-
13
- client.index("movies").update(Some("movie_review_id")).await.unwrap();
+ client.index("movies").update("movie_review_id").await.unwrap();
14
delete_an_index_1: |-
15
client.index("movies").delete().await.unwrap();
16
get_one_document_1: |-
0 commit comments