Question
Hi,
I want to change the main search box in the top right of my TWiki site to search "all public webs" by default, not just the web the user is in at the time.
How can this be done?
Thanks in advance.
James
Environment
--
JamesRJMorris - 30 Nov 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
VarSEARCH has a
web="all" parameter that does that.
If you are using the default
PatternSkin you can modify the
TWiki.WebTopBar page in your TWiki installation. Modify the hidden field named web to this:
<input type="hidden" name="web" value="all" />
--
PeterThoeny - 01 Dec 2008
This works a treat. Thanks a lot Peter.
James
--
JamesRJMorris - 04 Dec 2008