If I execute a query where page * limit is greater than 10,000 I receive the following error:
Is this expected behavior? Is there a limit to the number of updates an instance can have? What’s the suggested solution if there can be more updates than this limit? The Updates object does not seem to support filters besides ID.
I did find that this a common error for a Elasticsearch backend:
Result window is too large, from + size must be less than or equal to: [10000] but was [10050] - Elastic Stack / Elasticsearch - Discuss the Elastic Stack
There were workarounds specific to Elasticsearch (search after, search with date filters), but they do not seem to be applicable in this situation.
