Skip to content

Commit 6535de7

Browse files
committed
Index is 'jackets' in distinct_attribute_guide_1
1 parent 92c31e7 commit 6535de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ get_pretty_sys_info_1: |-
162162
get_sys_info_1: |-
163163
client.get_sys_info()
164164
distinct_attribute_guide_1: |-
165-
client.get_index('movies').update_settings({'distinctAttribute': 'product_id'})
165+
client.get_index('jackets').update_settings({'distinctAttribute': 'product_id'})
166166
field_properties_guide_searchable_1: |-
167167
client.get_index('movies').update_settings({
168168
'searchableAttributes': [

0 commit comments

Comments
 (0)