Compatible with DokuWiki
Similar to confsearch, datasearchform
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
In the disableactions
section, search
must not be deactivated. Otherwise the search fields will not be displayed.
To include a searchform in any page you add the syntax:
{searchform}
It will show a search box that searches default in the namespace where that page is.
To perform searches in other namespaces you add the option ns=<your:namespace>
or -ns=<namespace:skipped>
{searchform ns=wiki} {searchform ns=} {searchform ns=other:namespace} {searchform -ns=exclude:namespace}
These boxes searches respectively in wiki:
, all namespaces or in the subnamespace other:namespace
. The last one does not search in exclude:namespace
.
This plugin reuses the layout of the quick search field at the top of the page. For the default 'dokuwiki' template this works fine. Maybe that other templates need some improvements.
This plugin is adopted by Klap-in in 2014.
Changes:
ns=<your:namespace>
Previous release by Adolfo González Blázquez, last updated at 2008-10-10: