Skip to content

Commit

Permalink
Merge #680
Browse files Browse the repository at this point in the history
680: Fix code samples r=curquiza a=curquiza

following meilisearch/documentation#2962

Co-authored-by: Clémentine <[email protected]>
  • Loading branch information
meili-bors[bot] and curquiza authored Sep 19, 2024
2 parents e3d8a74 + 52377c7 commit d17688c
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 @@ -748,12 +748,10 @@ multi_search_federated_1: |-
$client->multiSearch([
(new SearchQuery())
->setIndexUid('movies'))
->setQuery('batman')
->setLimit(5),
->setQuery('batman'),
(new SearchQuery())
->setIndexUid('comics')
->setQuery('batman')
->setLimit(5),
->setQuery('batman'),
],
(new MultiSearchFederation())
);
Expand Down

0 comments on commit d17688c

Please sign in to comment.