Skip to content

Commit 8a2ce0c

Browse files
Merge #351
351: Update code-samples.meilisearch.yaml #350 r=curquiza a=Yoda-Canada Please review the update, thx Co-authored-by: Tengzhen <[email protected]>
2 parents ee13f17 + b64e490 commit 8a2ce0c

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)