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 77e1f29 commit e96b36fCopy full SHA for e96b36f
.code-samples.meilisearch.yaml
@@ -424,7 +424,7 @@ documents_guide_add_movie_1: |-
424
}
425
], None).await.unwrap();
426
primary_field_guide_update_document_primary_key: |-
427
- client.index("books").update(Some("title")).await.unwrap();
+ client.index("books").update("title").await.unwrap();
428
primary_field_guide_create_index_primary_key: |-
429
client.create_index("books", Some("reference_number")).await.unwrap();
430
primary_field_guide_add_document_primary_key: |-
0 commit comments