Skip to content

Commit fd53824

Browse files
committed
Update .code-samples.meilisearch.yaml
1 parent 6f98caf commit fd53824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# the documentation on build
44
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
55
---
6+
getting_started_typo_tolerance: |-
7+
68
get_one_index_1: |-
79
let movies: Index = client.get_index("movies").await.unwrap();
810
list_all_indexes_1: |-
@@ -824,7 +826,7 @@ tenant_token_guide_generate_sdk_1: |-
824826
825827
let token = client.generate_tenant_token(search_rules, api_key, expires_at).unwrap();
826828
tenant_token_guide_search_sdk_1: |-
827-
let front_end_client = Client::new("http://127.0.0.1:7700", token);
829+
let front_end_client = Client::new("http://localhost:7700", token);
828830
let results: SearchResults<Patient> = front_end_client.index("patient_medical_records")
829831
.search()
830832
.with_query("blood test")

0 commit comments

Comments
 (0)