Skip to content

Commit 3f095e1

Browse files
author
Flavio Toshiuk Junior
committed
Update .code-samples.meilisearch.yaml #1063
1 parent a895a2b commit 3f095e1

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
@@ -121,11 +121,11 @@ update_ranking_rules_1: |-
121121
reset_ranking_rules_1: |-
122122
client.index('movies').resetRankingRules()
123123
get_distinct_attribute_1: |-
124-
client.index('movies').getDistinctAttribute()
124+
client.index('shoes').getDistinctAttribute()
125125
update_distinct_attribute_1: |-
126-
client.index('movies').updateDistinctAttribute('movie_id')
126+
client.index('shoes').updateDistinctAttribute('skuid')
127127
reset_distinct_attribute_1: |-
128-
client.index('movies').resetDistinctAttribute()
128+
client.index('shoes').resetDistinctAttribute()
129129
get_searchable_attributes_1: |-
130130
client.index('movies').getSearchableAttributes()
131131
update_searchable_attributes_1: |-

0 commit comments

Comments
 (0)