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 7ffabd0 + 11649cd commit 43de8b2Copy full SHA for 43de8b2
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