rnewson opened a new issue, #5866:
URL: https://github.com/apache/couchdb/issues/5866
### Provide a brief overview of what the new feature is all about
If a `_view` has an impossible `start_key`/`end_key` combination we send a
helpful error;
```
{"error":"query_parse_error","reason":"No rows can match your key range,
reverse your start_key and end_key or set descending=false","ref":457284027}
```
We should do the same for `_all_docs`
### Tell us how the new feature should work. Be specific
A similar `check_range` function when parsing query params of `_all_docs`
calls, returning a `400` status code and the same error reason as for `_view`.
### Not required. Suggest how to implement the addition or change
_No response_
### Additional Context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]