Customize global search to use the default search view instead of advanced search view of results

After we search for something using the global search feature, we have a link option to “Use Basic Search”. This basic search gives us a much simpler view of results that works nicely for our users. Unfortunately, it looks like after a user uses basic search once and then browses away, the next time they do a global search it relapses to using the advanced search view as the default. How can I set the global search to use the basic search by default?

In case that doesn’t make sense, currently when I type a search term in the global search box and submit, it currently submits my query to https://<my-suite-instance/index.php?action=UnifiedSearch&module=Home&search_form=false&advanced=false&query_string=

But I want the default search for this action to be: <my-suite-instance/index.php?action=UnifiedSearch&module=Home&search_fallback=1&query_string=

Any suggestions appreciated.

Details:
using suite 7.8.1 with suite R theme

Thanks,

Hello, we got this solved out by disabling the AOD module from Admin -> AOD Settings. Have to study and check the AOD indexing as it seems not to work after upgrading from SugarCRM community edition to SuiteCRM 7.8.5 LTS version. The lack of proper indexing causes Advanced Search / AOD to find poor results.

Maybe this post will help you:

https://pgorod.github.io/Reindex-AOD/