We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f8d68 commit 28b9fd1Copy full SHA for 28b9fd1
1 file changed
.code-samples.meilisearch.yaml
@@ -25,7 +25,8 @@ get_one_document_1: |-
25
})
26
get_documents_1: |-
27
client.index('movies').get_documents({
28
- 'limit':2, 'filter': 'genres=action', 'sort': ['rating:desc', 'release_date:asc'] # list format
+ 'limit':2, 'filter': 'genres=action',
29
+ 'sort': ['rating:desc', 'release_date:asc'] # list format
30
31
get_documents_post_1: |-
32
client.index('books').get_documents({
0 commit comments