Skip to content

Commit 28b9fd1

Browse files
authored
Apply suggestion from @Strift
1 parent d0f8d68 commit 28b9fd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ get_one_document_1: |-
2525
})
2626
get_documents_1: |-
2727
client.index('movies').get_documents({
28-
'limit':2, 'filter': 'genres=action', 'sort': ['rating:desc', 'release_date:asc'] # list format
28+
'limit':2, 'filter': 'genres=action',
29+
'sort': ['rating:desc', 'release_date:asc'] # list format
2930
})
3031
get_documents_post_1: |-
3132
client.index('books').get_documents({

0 commit comments

Comments
 (0)