Merge pull request #9930 from manuth/patch-3

This commit is contained in:
Guy Marriott 2021-05-13 17:33:33 -07:00 committed by GitHub
commit c88592d768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ foreach ($members as $member) {
} }
``` ```
They are some limitations: There are some limitations:
* `chunkedFetch()` will ignore any limit or offset you have applied to your DataList * `chunkedFetch()` will ignore any limit or offset you have applied to your DataList
* you cannot "count" a chunked list or do any other call against it aside from iterating it * you cannot "count" a chunked list or do any other call against it aside from iterating it
* while iterating over a chunked list, you cannot perform any operation that would alter the order of the items. * while iterating over a chunked list, you cannot perform any operation that would alter the order of the items.