Skip to content

Commit b64e490

Browse files
committed
update code-samples.meilisearch.yaml #350
1 parent ee13f17 commit b64e490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.code-samples.meilisearch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ update_ranking_rules_1: |-
120120
reset_ranking_rules_1: |-
121121
client.index('movies').reset_ranking_rules()
122122
get_distinct_attribute_1: |-
123-
client.index('movies').get_distinct_attribute()
123+
client.index('shoes').get_distinct_attribute()
124124
update_distinct_attribute_1: |-
125-
client.index('movies').update_distinct_attribute('movie_id')
125+
client.index('shoes').update_distinct_attribute('skuid')
126126
reset_distinct_attribute_1: |-
127-
client.index('movies').reset_distinct_attribute()
127+
client.index('shoes').reset_distinct_attribute()
128128
get_filterable_attributes_1: |-
129129
client.index('movies').get_filterable_attributes()
130130
update_filterable_attributes_1: |-

0 commit comments

Comments
 (0)