Skip to content

Commit eb7c533

Browse files
authored
Update .code-samples.meilisearch.yaml
1 parent 99bbcc9 commit eb7c533

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
@@ -1628,7 +1628,7 @@ reset_proximity_precision_settings_1: |-
16281628
.unwrap();
16291629
facet_search_1: |-
16301630
let client = client::new("http://localhost:7700", Some("apiKey"));
1631-
let res = client.index("movies")
1631+
let res = client.index("books")
16321632
.facet_search("genres")
16331633
.with_facet_query("fiction")
16341634
.with_filter("rating > 3")

0 commit comments

Comments
 (0)