File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments