SID-01788: TWiki wide search
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.10.1 |
| Category: |
CategorySearch |
Server OS: |
CentOS 6.4 |
Last update: |
12 years ago |
We have a fairly small Twiki installation, but we have multiple sites. Is there a way to configure TWiki to search all sites when a search is done?
--
Lewis Shelton - 2013-08-19
Discussion and Answer
I presume you mean "search all
webs by default", not "sites".
You can change the search box in the banner to search all webs by default. Edit your TWiki.TopMenuSkinTopBar, search for the form named "quickSearchForm" and add change the value of hidden input field named "web" from
value="%BASEWEB%" to
value="all".
--
Peter Thoeny - 2013-08-19
Thanks Peter! That did the trick.
Lewis
--
Lewis Shelton - 2013-08-20
Yup, it's perfect. It worked for me too, thanks!
--
angel bugarin - 2013-10-08
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.