Describe the bug
When a query fails the error is returned in the result to the client.
To Reproduce
Steps to reproduce the behavior:
- Produce a search query with a limit > 10000.
- The resulting ElasticError is just passed along.
Expected behavior
Hide unknown errors and give reasonable messages for other cases (e.g. request window (limit) set too high)
Screenshots
n/a
Affected components (if known)
webapi, cli
Desktop (please complete the following information, if relevant):
n/a
Smartphone (please complete the following information, if relevant):
n/a
Additional context
none