We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba68c commit 05619f5Copy full SHA for 05619f5
src/QueryDataTable.php
@@ -309,7 +309,7 @@ public function columnSearch()
309
}
310
311
if ($this->hasFilterColumn($column)) {
312
- $keyword = $this->getColumnSearchKeyword($index, $raw = true);
+ $keyword = $this->getColumnSearchKeyword($index, true);
313
$this->applyFilterColumn($this->getBaseQueryBuilder(), $column, $keyword);
314
} else {
315
$column = $this->resolveRelationColumn($column);
0 commit comments