Hello Sugar Community,
according to
http://www.sugarcrm.com/forums/showt...hlight=unified
and
http://www.sugarcrm.com/wiki/index.p..._be_searchable
I successfully enhanced the unified search on a few SugarCRM 5.2 CE machines.
That worked great, however not 100% upgrade safe.
Now, since version 5.5 this doesnt work any more:
Edit modules/Home/UnifiedSearchAdvanced.php and replace the line below:
$supported_types = array('varchar', 'char', 'int'); // support data types
with:
$supported_types = array('varchar', 'char', 'int', 'text'); // support data types
$supported_types is simply not set anymore in modules/Home/UnifiedSearchAdvanced.php.
My questions now are: Where can i add other data types then varchar, char and int to the unified search. Is this still possible in Version 5.5 or greater?
Many thanks,
Ole


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks