|
@@ -152,6 +152,7 @@ discard block |
|
|
block discarded – undo |
|
152
|
152
|
/** |
|
153
|
153
|
* Set the start page from the request and results per page for a given searcher object |
|
154
|
154
|
* @param \SilverStripe\Elastica\ElasticSearcher &$elasticSearcher ElasticSearcher object |
|
|
155
|
+ * @param ElasticSearcher $elasticSearcher |
|
155
|
156
|
*/ |
|
156
|
157
|
private function setStartParamsFromRequest(&$elasticSearcher) { |
|
157
|
158
|
// start, and page length, i.e. pagination |
|
@@ -359,6 +360,7 @@ discard block |
|
|
block discarded – undo |
|
359
|
360
|
/** |
|
360
|
361
|
* Set the start page from the request and results per page for a given searcher object |
|
361
|
362
|
* @param \SilverStripe\Elastica\ElasticSearcher &$elasticSearcher ElasticSearcher object |
|
|
363
|
+ * @param ElasticSearcher $elasticSearcher |
|
362
|
364
|
*/ |
|
363
|
365
|
private function setStartParamsFromRequest(&$elasticSearcher) { |
|
364
|
366
|
// start, and page length, i.e. pagination |
Please login to merge, or discard this patch.