Skip to content

Commit 8e54bd1

Browse files
Merge #252
252: Update distinct_attribute_1 values in .code-samples.meilisearch.yaml r=curquiza a=AudTheCodeWitch This PR changes .code-samples.meilisearch.yaml in accordance with meilisearch/documentation#1214 - [x] `get_distinct_attribute_1` - change "movies" to "shoes" - [x] `update_distinct_attribute_1` - change "movies" to "shoes" - [x] `update_distinct_attribute_1` - change "movie_id" to "skuid" - [x] `reset_distinct_attribute_1` - change "movies" to "shoes" Closes #248 Co-authored-by: Audrea Cook <[email protected]>
2 parents e4813ee + 3bfb165 commit 8e54bd1

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
@@ -123,11 +123,11 @@ update_ranking_rules_1: |-
123123
reset_ranking_rules_1: |-
124124
client.index('movies').reset_ranking_rules
125125
get_distinct_attribute_1: |-
126-
client.index('movies').distinct_attribute
126+
client.index('shoes').distinct_attribute
127127
update_distinct_attribute_1: |-
128-
client.index('movies').update_distinct_attribute('movie_id')
128+
client.index('shoes').update_distinct_attribute('skuid')
129129
reset_distinct_attribute_1: |-
130-
client.index('movies').reset_distinct_attribute
130+
client.index('shoes').reset_distinct_attribute
131131
get_searchable_attributes_1: |-
132132
client.index('movies').searchable_attributes
133133
update_searchable_attributes_1: |-

0 commit comments

Comments
 (0)