michoel
11/15/2018, 10:26 PMvar pagedData = searchObj.runPaged({ pageSize: 1000 });
pagedData.pageRanges.forEach(function (pageRange) {
pagedData.fetch({ index: pageRange.index }).data.forEach(function (result) {
// each result will be available here
});
});