SearchBoxOnHeader
<< | Cookbook-V1 | >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
Early on in my wiki experience I added a search box to the header of the wiki. This addition proved most efficient. Recently a friend was talking about where group and full wiki searches should go.
I added a value to the search box I added to the page header format in my local.php file.
<input type="text" name="text" value="$group/" size="30">
Now the search box apears with a groupname/ so one can now click in the box and type a query and search the group.
or
One can also highlight the groupname/, type over it, and thus do a full wiki search.
We have been using this for a few weeks and seems fairly intuitive. pmwiki-2.3.38 -- Last modified by {{}}?