Sends multiple search requests to one or more indices.
This can be useful in these cases:
Use the helper searchForHits or searchForFacets to get the results in a more convenient format, if you already know the return type you want.
searchYour Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Muli-search request body. Results are returned in the same order as the requests.
Search parameters as query string.
Strategy for multiple search queries:
none. Run all queries.stopIfEnoughMatches. Run the queries one by one, stopping as soon as a query matches at least the hitsPerPage number of results.none, stopIfEnoughMatches OK