[Vtigercrm-developers] performance turning tips : listview search
Alan Bell
alan.bell at libertus.co.uk
Fri Sep 25 16:12:20 GMT 2015
finally, if you want your list views to be "starts with" queries rather
than "contains" queries you can edit
layouts/vlayout/modules/Vtiger/resources/List.js around line 1893
and change from:
var searchOperator = 'c';
to:
var searchOperator = 's';
then it will use any indexes you have on those columns. This should
probably be a configurable preference in the config.inc.php or something.
Alan.
More information about the vtigercrm-developers
mailing list