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 f68d685 commit a91887dCopy full SHA for a91887d
src/Bllim/Datatables/Datatables.php
@@ -450,7 +450,7 @@ private function filtering()
450
$this->query->where(DB::raw('LOWER('.$column.')'),'LIKE', $keyword);
451
} else {
452
$col = strstr($columns[$i],'(')?DB::raw($columns[$i]):$columns[$i];
453
- $this->query->where($col], 'LIKE', $keyword);
+ $this->query->where($col, 'LIKE', $keyword);
454
}
455
456
0 commit comments