We are pleased to announce the Guriddo Suito 5.0.1 version. This version is a bug fix release. Again with fixes in the Guriddo jqGrid JavaScript the following additions and fixes are performed in the Guriddo Suito PHP :
...
$grid->ignoreCaseSearch = true;
...
In this case the search will be case insensitive. Again with this we added a new method setSearchOptions with wich help a custom configuration can be made. The method accept array with the following two parameters:
...
$grid->setSearchOptions( array ( "sqlfunc" => "UPPER", "phpfunc" => "strtoupper" ));
...
The sqlfunc is the SQL function which is applied to the searched field, while the phpfunc is a PHP function applied to the searched value. These function can be customized by developer
Happy codding!
Kind Regards,
Guriddo Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top
Leave a Comment