Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
Description
Currently if an index returns 100,000 results, we ignore all but the first 1000 (assuming that max number to return is 1000). But then if none of those still exists, we dont get the next 1000 - we just return 0 records.