Skip to content

Commit a23fe34

Browse files
authored
Update .code-samples.meilisearch.yaml
1 parent 5da8f05 commit a23fe34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ facet_search_1: |-
16351635
.execute()
16361636
.await
16371637
.unwrap();
1638-
facet_search_2: |-
1638+
facet_search_3: |-
16391639
let client = client::new("http://localhost:7700", Some("apiKey"));
16401640
let res = client.index("books")
16411641
.facet_search("genres")

0 commit comments

Comments
 (0)