Open GoogleCodeExporter opened 8 years ago
Not sure how you're using the grid, but I'm using JSON from MySQL, so all I've
done is change the...
$searchSql = ($qtype != '' && $query != '') ? "WHERE $qtype = '$query'" : '';
...to...
$searchSql = ($qtype != '' && $query != '') ? "WHERE $qtype LIKE '%$query%'" :
'';
That's worked well.
Original comment by cyborg10...@gmail.com
on 10 Jul 2012 at 5:07
Original issue reported on code.google.com by
gtr1...@gmail.com
on 18 Jan 2012 at 7:12