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 a895a2b commit 3f095e1Copy full SHA for 3f095e1
.code-samples.meilisearch.yaml
@@ -121,11 +121,11 @@ update_ranking_rules_1: |-
121
reset_ranking_rules_1: |-
122
client.index('movies').resetRankingRules()
123
get_distinct_attribute_1: |-
124
- client.index('movies').getDistinctAttribute()
+ client.index('shoes').getDistinctAttribute()
125
update_distinct_attribute_1: |-
126
- client.index('movies').updateDistinctAttribute('movie_id')
+ client.index('shoes').updateDistinctAttribute('skuid')
127
reset_distinct_attribute_1: |-
128
- client.index('movies').resetDistinctAttribute()
+ client.index('shoes').resetDistinctAttribute()
129
get_searchable_attributes_1: |-
130
client.index('movies').getSearchableAttributes()
131
update_searchable_attributes_1: |-
0 commit comments