Skip to content

Commit 16c7868

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meilisearch/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ 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
220220
-------
221221
results:
222-
Dictionary of results for each index with hits, offset, limit, processingTime and initial query
222+
Dictionary of results for each index
223223
224224
Raises
225225
------

0 commit comments

Comments
 (0)