This method is mostly used to build paginations. It lets you skip the results that have already been processed.
The value for offset
must not exceed 1000
, which should be sufficient for a typical pagination. If you need to iterate over all results, you should use the iterator provided by ObjSearch
.