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 35b3965 + 2af24fa commit fd36a79Copy full SHA for fd36a79
Model/Indexer/LuceneSearch.php
@@ -66,7 +66,7 @@ public function prepare()
66
'q' => $value,
67
// the default page size is 10. The highest limit is 10000. If we want to traverse further, we will
68
// have to use the search after parameter. There are no plans to implement this right now.
69
- 'size' => 10000
+ 'size' => 100
70
]
71
);
72
0 commit comments