Skip to content

Commit a91887d

Browse files
committed
random ]
1 parent f68d685 commit a91887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bllim/Datatables/Datatables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ private function filtering()
450450
$this->query->where(DB::raw('LOWER('.$column.')'),'LIKE', $keyword);
451451
} else {
452452
$col = strstr($columns[$i],'(')?DB::raw($columns[$i]):$columns[$i];
453-
$this->query->where($col], 'LIKE', $keyword);
453+
$this->query->where($col, 'LIKE', $keyword);
454454
}
455455
}
456456
}

0 commit comments

Comments
 (0)