You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Create a new client method called multiSearch/multi_search, which will request POST /multi-search with a body payload containing a structure similar to this:
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#251
Related to:
Create a new client method called
multiSearch
/multi_search
, which will requestPOST /multi-search
with a body payload containing a structure similar to this:Each object is a simple search object sent in the
POST /indexes/:indexUid/search
request.Pay attention to the response, which will follow the order of the requests object and will look like this (note the new
indexUid
key in the response):TODO:
multiSearch
methodmulti_search_1
in the.code-samples.meilisearch.yaml
file. Translate the following curl example by using the just introduced java method: https://github.com/meilisearch/documentation/blob/e4fdc3d485c22e31a045b8a71bacf18b6a7d50e0/.code-samples.meilisearch.yaml#L988C10-L988C10The text was updated successfully, but these errors were encountered: