Skip to content

Commit 2995c2c

Browse files
bors[bot]Flavio Toshiuk Junior
andauthored
Merge #1064
1064: Update .code-samples.meilisearch.yaml #1063 r=curquiza a=Toshiuk Changes done. Can you please review? 😺 Close #1063 Co-authored-by: Flavio Toshiuk Junior <[email protected]>
2 parents a895a2b + 3f095e1 commit 2995c2c

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)