I have to correct myself, I think I have found the ACTUAL cause. It is definately causing the problem now, not sure if it was before or not. It is the same idea, but the listviewdefs.php file for the contacts module has the following lines:
PHP Code:
'ACCOUNT_NAME' =>
array (
'width' => '34%',
'label' => 'LBL_LIST_ACCOUNT_NAME',
'module' => 'Accounts',
'id' => 'ACCOUNT_ID',
'link' => true,
'default' => true,
'sortable' => true,
'ACLTag' => 'ACCOUNT',
'related_fields' => array ('account_id'),
),
If the "default" value is set to false (as is generated in the custom file) then it will not find any contacts in the universal search. Very interesting.
Bookmarks