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