Commit 3276e294 authored by Ad Schellevis's avatar Ad Schellevis

(ids) fix search mask

parent 2d5ea554
......@@ -86,7 +86,7 @@ class SettingsController extends ApiControllerBase
$sortStr = 'sid';
}
if ($this->request->getPost('searchPhrase', 'string', '') != "") {
$searchPhrase = 'msg,classtype,source,sid/"'.$this->request->getPost('searchPhrase', 'string', '').'%"';
$searchPhrase = 'msg,classtype,source,sid/"%'.$this->request->getPost('searchPhrase', 'string', '').'"';
} else {
$searchPhrase = '';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment