Skip to content

Commit 1d7eede

Browse files
Update meilisearch/client.py
Co-authored-by: Bruno Casali <[email protected]>
1 parent 1d2c187 commit 1d7eede

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
@@ -213,7 +213,7 @@ def multi_search(self, queries: List[Dict[str, Any]]) -> Dict[str, List[Dict[str
213213
Parameters
214214
----------
215215
queries:
216-
List of dictionaries containing the query searched word(s) and the query parameters
216+
List of dictionaries containing the specified indexes and their search queries
217217
https://docs.meilisearch.com/reference/api/search.html#search-in-an-index
218218
219219
Returns

0 commit comments

Comments
 (0)