The maximum number of results in a ResultSet object is 5000. If a query matches more than 5000 results, you must use Query.runPaged() or Query.runPaged.promise() to retrieve the full set of results.
s
stalbert
03/25/2019, 7:00 PM
hmm, I looked though those docs but didn't see it. Thanks