Skip to content

Commit

Permalink
Remove limit from queries
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFG committed Aug 28, 2024
1 parent 6a94e55 commit 4d587ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,13 +1031,11 @@ multi_search_federated_1: |-
"queries": [
{
"indexUid": "movies",
"q": "batman",
"limit": 5
"q": "batman"
},
{
"indexUid": "comics",
"q": "batman",
"limit": 5
"q": "batman"
}
]
}'
Expand Down

0 comments on commit 4d587ff

Please sign in to comment.