Skip to content

Commit 1ebb6c3

Browse files
committed
Change order in faceted_search_update_settings_1
1 parent 5f5e71c commit 1ebb6c3

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
@@ -335,8 +335,8 @@ getting_started_search_md: |-
335335
[About this package](https://github.com/meilisearch/meilisearch-python/)
336336
faceted_search_update_settings_1: |-
337337
client.get_index('movies').update_attributes_for_faceting([
338-
'genres',
339338
'director',
339+
'genres',
340340
])
341341
faceted_search_facet_filters_1: |-
342342
client.get_index('movies').search('thriller', {

0 commit comments

Comments
 (0)