@@ -555,7 +555,7 @@ |
||
| 555 | 555 | $column = $this->getColumnName($index); |
| 556 | 556 | |
| 557 | 557 | if ($this->hasCustomFilter($column)) { |
| 558 | - $keyword = $this->getColumnSearchKeyword($index, $raw = true); |
|
| 558 | + $keyword = $this->getColumnSearchKeyword($index, $raw = true); |
|
| 559 | 559 | $this->applyFilterColumn($this->query, $column, $keyword); |
| 560 | 560 | } else { |
| 561 | 561 | if (count(explode('.', $column)) > 1) { |