Currently an Ask query that exceeds the maximum offset value silently uses an offest of 0. This results in very odd behavior that is hard to debug. Currently offset is hardcoded at 5000 (see bug #49203). If the offset is exceeded it would make more sense to generate a query error, rather than setting to default.
Version: master
Severity: normal