We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c82569 + 43de8b2 commit b762730Copy full SHA for b762730
app/code/Magento/Customer/Model/Indexer/Source.php
@@ -96,7 +96,7 @@ public function getIterator()
96
{
97
$this->customerCollection->setPageSize($this->batchSize);
98
$lastPage = $this->customerCollection->getLastPageNumber();
99
- $pageNumber = 0;
+ $pageNumber = 1;
100
do {
101
$this->customerCollection->clear();
102
$this->customerCollection->setCurPage($pageNumber);
0 commit comments