search
Authorizations
Your 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.
Body
application/json
Muli-search request body. Results are returned in the same order as the requests.
- Option 1
- Option 2
- Option 3
- Option 4
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 thehitsPerPage
number of results.
Available options:
none
, stopIfEnoughMatches
Response
OK
- Option 1
- Option 2