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 ee13f17 commit b64e490Copy full SHA for b64e490
.code-samples.meilisearch.yaml
@@ -120,11 +120,11 @@ update_ranking_rules_1: |-
120
reset_ranking_rules_1: |-
121
client.index('movies').reset_ranking_rules()
122
get_distinct_attribute_1: |-
123
- client.index('movies').get_distinct_attribute()
+ client.index('shoes').get_distinct_attribute()
124
update_distinct_attribute_1: |-
125
- client.index('movies').update_distinct_attribute('movie_id')
+ client.index('shoes').update_distinct_attribute('skuid')
126
reset_distinct_attribute_1: |-
127
- client.index('movies').reset_distinct_attribute()
+ client.index('shoes').reset_distinct_attribute()
128
get_filterable_attributes_1: |-
129
client.index('movies').get_filterable_attributes()
130
update_filterable_attributes_1: |-
0 commit comments