added searchinfos
This commit is contained in:
@@ -91,6 +91,12 @@ class Base extends ControllerBase {
|
||||
$this->sapiQuery();
|
||||
|
||||
$resp['count'] = $this->results->getResultCount();
|
||||
$resp['infos'] = t('The search found @count result(s) with keywords @keys.', array(
|
||||
"@count" => $resp['count'],
|
||||
"@keys" => $this->keys
|
||||
));
|
||||
|
||||
|
||||
$resp['options'] = $this->query->getOptions();
|
||||
|
||||
$items = [];
|
||||
|
Reference in New Issue
Block a user