I tried to add Task to the modules that the unified search included. I added in the vardef.php 'unified_search' => true like this
I repaired Tasks module and clean the cache of unified search but the module doesn't appear on the module list near the global serach engine.PHP Code:$dictionary['Task'] = array('table' => 'tasks','unified_search' => true,'fields' => array (
'name' =>
array (
'name' => 'name',
'unified_search' => true,
'vname' => 'LBL_SUBJECT',
'dbType' => 'varchar',
'type' => 'name',
'len' => '50',
'importable' => 'required',
),
Any idea ?
Thank you


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks