mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
MNT Replaced SearchContext::getQuery limit param with null (#367)
This commit is contained in:
parent
829cacff0b
commit
a2ea473369
@ -94,7 +94,7 @@ class GridFieldAddExistingSearchHandler extends RequestHandler
|
||||
|
||||
public function doSearch($data, $form)
|
||||
{
|
||||
$list = $this->context->getQuery($data, false, false, $this->getSearchList());
|
||||
$list = $this->context->getQuery($data, false, null, $this->getSearchList());
|
||||
$list = $list->subtract($this->grid->getList());
|
||||
$list = PaginatedList::create($list, $this->request);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user