Skip to content

Commit 78a37ef

Browse files
authored
Merge branch 'main' into meili-bot/code-samples
2 parents e96b36f + 325bb39 commit 78a37ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.code-samples.meilisearch.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -810,12 +810,12 @@ landing_getting_started_1: |-
810810
}
811811
812812
client.index("movies").add_documents(&[
813-
Movie { "id": "1".to_string(), "title": "Carol".to_string() },
814-
Movie { "id": "2".to_string(), "title": "Wonder Woman".to_string() },
815-
Movie { "id": "3".to_string(), "title": "Life of Pi".to_string() },
816-
Movie { "id": "4".to_string(), "title": "Mad Max: Fury Road".to_string() },
817-
Movie { "id": "5".to_string(), "title": "Moana".to_string() },
818-
Movie { "id": "6".to_string(), "title": "Philadelphia".to_string() }
813+
Movie { id: "1".to_string(), title: "Carol".to_string() },
814+
Movie { id: "2".to_string(), title: "Wonder Woman".to_string() },
815+
Movie { id: "3".to_string(), title: "Life of Pi".to_string() },
816+
Movie { id: "4".to_string(), title: "Mad Max: Fury Road".to_string() },
817+
Movie { id: "5".to_string(), title: "Moana".to_string() },
818+
Movie { id: "6".to_string(), title: "Philadelphia".to_string() }
819819
], Some("reference_number")).await.unwrap();
820820
tenant_token_guide_generate_sdk_1: |-
821821
let api_key = "B5KdX2MY2jV6EXfUs6scSfmC...";

0 commit comments

Comments
 (0)