Skip to content

Commit f54e22a

Browse files
alallemasanders41
andauthored
Update meilisearch/client.py
Co-authored-by: Paul Sanders <[email protected]>
1 parent a228b12 commit f54e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def index(self, uid: str) -> Index:
207207
return Index(self.config, uid=uid)
208208
raise ValueError("The index UID should not be None")
209209

210-
def multi_search(self, queries: Dict[str, Any]) -> Dict[str, Any]:
210+
def multi_search(self, queries: List[Dict[str, Any]]) -> Dict[str, List[Dict[str, Any]]:
211211
"""Multi Search in the index.
212212
213213
Parameters

0 commit comments

Comments
 (0)