I tried to add Task to the modules that the unified search included. I added in the vardef.php 'unified_search' => true like this

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',
  ), 
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.

Any idea ?

Thank you