Skip to content

Commit 47d81c5

Browse files
authored
Merge pull request #1066 from sanders41/docs
Improve docstring
2 parents 1f8c8c6 + 61dec76 commit 47d81c5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

meilisearch_python_sdk/_client.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,9 @@ async def multi_search(
649649
Args:
650650
651651
queries: List of SearchParameters
652-
federation: If included a single search result with hits built from all queries. This
653-
parameter can only be used with Meilisearch >= v1.10.0. Defaults to None.
652+
federation: If included a single search result with hits built from all queries will
653+
be returned. This parameter can only be used with Meilisearch >= v1.10.0. Defaults
654+
to None.
654655
hits_type: Allows for a custom type to be passed to use for hits. Defaults to
655656
JsonDict
656657
@@ -1549,8 +1550,9 @@ def multi_search(
15491550
Args:
15501551
15511552
queries: List of SearchParameters
1552-
federation: If included a single search result with hits built from all queries. This
1553-
parameter can only be used with Meilisearch >= v1.10.0. Defaults to None.
1553+
federation: If included a single search result with hits built from all queries will
1554+
be returned. This parameter can only be used with Meilisearch >= v1.10.0. Defaults
1555+
to None.
15541556
hits_type: Allows for a custom type to be passed to use for hits. Defaults to
15551557
JsonDict
15561558

0 commit comments

Comments
 (0)