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 b926f13 commit 873f112Copy full SHA for 873f112
.code-samples.meilisearch.yaml
@@ -569,7 +569,7 @@ update_filterable_attributes_1: |-
569
570
let task: TaskInfo = client
571
.index("movies")
572
- .set_filterable_attributes_advanced(&filterable_attributes)
+ .set_filterable_attributes_advanced(filterable_attributes)
573
.await
574
.unwrap();
575
reset_filterable_attributes_1: |-
0 commit comments