How to disable modules in Global Search Dropdown?

Currently, when someone select the search and selects the dropdown, you see the screenshot below.

How would I go about disabling: "Business Centers", "Document Merges", "Revenue Line Items", "Shift Exceptions", and "Shifts" from this menu?

They don't appear in our Global Search of enabled modules or disabled modules.

I attempted to add this to custom/Extension/modules/BusinessCenters/Ext/Vardefs/full_text_search_admin.php, did a QRR after, but that didn't help. I don't see anything in the documentation about disabling these specific options.

<?php
$dictionary['BusinessCenters']['full_text_search']=false;



Parents Reply Children
No Data