Table of Contents

searchform Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" yes
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin Adds the search form to any page. Namespace configurable.

Last updated on
2024-02-08
Provides
Syntax
Repository
Source

Similar to confsearch, datasearchform

Tagged with form, search

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Syntax

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.

Layout

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.

Last commits

Development

This plugin is adopted by Klap-in in 2014.

Changes:

Previous release by Adolfo González Blázquez, last updated at 2008-10-10: