We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4813ee commit 3bfb165Copy full SHA for 3bfb165
.code-samples.meilisearch.yaml
@@ -123,11 +123,11 @@ update_ranking_rules_1: |-
123
reset_ranking_rules_1: |-
124
client.index('movies').reset_ranking_rules
125
get_distinct_attribute_1: |-
126
- client.index('movies').distinct_attribute
+ client.index('shoes').distinct_attribute
127
update_distinct_attribute_1: |-
128
- client.index('movies').update_distinct_attribute('movie_id')
+ client.index('shoes').update_distinct_attribute('skuid')
129
reset_distinct_attribute_1: |-
130
- client.index('movies').reset_distinct_attribute
+ client.index('shoes').reset_distinct_attribute
131
get_searchable_attributes_1: |-
132
client.index('movies').searchable_attributes
133
update_searchable_attributes_1: |-
0 commit comments