Batch search
Allow your users to process synchronous batch search calls with the Batch Search service integrated. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later on.
Supported types of requests
Different types of requests can be mixed in one batch request. The information about the limit of queries, request processing time, and other details are described in the Batch Search service documentation. An error in one of the batch requests causes the whole batch to fail.
Sample use case: You want to simultaneously search for different categories within different locations.
Use the following code to try this in your app:
Sample views utilizing data retrieved using the Batch Search service:
Search results for different locations |