Make search work. [skip ci]

This commit is contained in:
James Cole
2017-02-19 09:36:51 +01:00
parent bf35ecc07a
commit b149a816dd
3 changed files with 3 additions and 5 deletions

View File

@@ -241,8 +241,6 @@ class Search implements SearchInterface
} while (!$reachedEndOfList && !$foundEnough);
$result = $result->slice(0, $this->limit);
var_dump($result->toArray());
exit;
return $result;
}