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.

Fullscreen
1
2
<?php
$dictionary['BusinessCenters']['full_text_search']=false;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX



  • I believe this will be fixed in the next release

  • that is correct, it's coming on 13.2 release.

    From our Release preview customization guide:

    Global Search module list only for enabled Modules

    In this release, we have fixed an issue where a few modules would still show up even though they were disabled in Admin > Search > Enable/Disable modules.

    Those modules were particular Stock/OOB modules that didn't fit the algorithm we had in place, but now it is fixed.

    SugarCRM | Principal Developer Advocate