Skip to content

Commit

Permalink
Update meilisearch/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
alallema and brunoocasali authored Mar 23, 2023
1 parent 1d2c187 commit 1d7eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def multi_search(self, queries: List[Dict[str, Any]]) -> Dict[str, List[Dict[str
Parameters
----------
queries:
List of dictionaries containing the query searched word(s) and the query parameters
List of dictionaries containing the specified indexes and their search queries
https://docs.meilisearch.com/reference/api/search.html#search-in-an-index
Returns
Expand Down

0 comments on commit 1d7eede

Please sign in to comment.