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 00ce8e6 + a702213 commit c119db9Copy full SHA for c119db9
Model/Indexer/LuceneSearch.php
@@ -60,7 +60,7 @@ public function prepare(): void
60
'q' => $value,
61
// the default page size is 10. The highest limit is 10000. If we want to traverse further, we will
62
// have to use the search after parameter. There are no plans to implement this right now.
63
- 'size' => 10000
+ 'size' => 100
64
]
65
);
66
0 commit comments