Comment to 'Disable module from search result'
  • Hello @Rocco !

    It is the easiest variant to try. Backup the table `sys_objects_search` and then run there the following query:

    DELETE FROM `sys_objects_search` WHERE `ObjectName`='bx_posts' LIMIT 1;

    Then clear the cache in the Dashboard. If it will affect on other places then it will require to change the searchKeywordContent.php file.