From 627120acb00342bec05bffe6f6df5057ece71be9 Mon Sep 17 00:00:00 2001 From: Marc Morera Date: Mon, 20 May 2019 15:35:29 +0200 Subject: [PATCH] Update IndexExporter.php --- Exporter/IndexExporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exporter/IndexExporter.php b/Exporter/IndexExporter.php index 81071fb..302b6e9 100644 --- a/Exporter/IndexExporter.php +++ b/Exporter/IndexExporter.php @@ -74,7 +74,7 @@ public function exportIndex( string $format ): string { $allItems = []; - $iteration = 0; + $iteration = 1; while (true) { $items = $repository ->query(Query::create('', $iteration, 10000))