parent
57328aa6ed
commit
c47465a732
|
@ -216,7 +216,7 @@ class FilterEditor extends AbstractWidget
|
||||||
$filter = $this->getFilter();
|
$filter = $this->getFilter();
|
||||||
|
|
||||||
if ($search !== null) {
|
if ($search !== null) {
|
||||||
if ($this->searchColumns === null) {
|
if (empty($this->searchColumns)) {
|
||||||
if (strpos($search, '=') === false) {
|
if (strpos($search, '=') === false) {
|
||||||
Notification::error(mt('monitoring', 'Cannot search here'));
|
Notification::error(mt('monitoring', 'Cannot search here'));
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue