This is an open forum for any mojoPortal topics that don't fall into the other categories.
Hi Joe!
My question!
How to disable site search in administration menu or anywhere?
Thanks in advance.
Best!
Change this to true in Web.config or add it to user.config
<add key="DisableSearchIndex" value="false"/>
Hope it helps,
Joe