1
           
            
                
     
    
    How would I incorporate the Profiles module into the XOOPS site wide search? Normally in the xoops_version.php file there is an entry like the one below for the modules that are searchable but there isn't one for Profiles. Profiles uses it's own separate search page. I think the XOOPS search is looking for a function name in order to search. Is this possible without writing a new search function for the profile module?
 // Search 
$modversion['hasSearch'] = 1; 
$modversion['search']['file'] = "search.php"; 
$modversion['search']['func'] = "?";