My Apologies I was thinking you are doing a module filter
For enabling description in unified search you need to modify the ‘public/legacy/custom/modules/Leads/metadata/SearchFields.php’ file
if it does not exist copy it from
‘public/legacy/modules/Leads/metadata/SearchFields.php’
add
'description' =>
array (
'query_type' => 'default',
'force_unifiedsearch'=>true
),
in the $searchFields['Leads']
array
Do a repair and rebuild and the CRM will start searching in the Description column as well
To make sure that you see the description column in search results do add it in the listview from studio