Skip to content

Commit

Permalink
random ]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVaughn committed Jan 5, 2014
1 parent f68d685 commit a91887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bllim/Datatables/Datatables.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private function filtering()
$this->query->where(DB::raw('LOWER('.$column.')'),'LIKE', $keyword);
} else {
$col = strstr($columns[$i],'(')?DB::raw($columns[$i]):$columns[$i];
$this->query->where($col], 'LIKE', $keyword);
$this->query->where($col, 'LIKE', $keyword);
}
}
}
Expand Down

0 comments on commit a91887d

Please sign in to comment.