search
Search for documents
Runs a search request for a certain tenant. The tenant should exist at the service and linked to a certain index in the backend. Different tenants may use the same index.
get/search-api/v1/search/{tenant}
Path parameters
tenantstring required
tenant name
Query parameters
the query that describes the wished result
{
"q": "blue shirt",
"sort": "sort=price,-name (price asc and name descending)"
}filtersobject
Any other parameter is considered as filter. Each one is validated according to the actual data and configuration. Each filter can have multiple values, separated by comma. Commas inside the values have to be double-URL encoded. Depending on the configured filter type these values are used differently (see examples).
Response
successful found results