SourceForge.net Logo
May 16, 2006
© GPL
 
ProWikiCenter
Search Form
 
The SearchForm is a partly configurable CdmlElement based on CdmlForm that is typically used to configure the SearchFunction:

The example:

[[form][type=search][inputwidth=40]]

creates:

Search for:
Options:
titles
texts
words-only
match-case
regex
 

User selectable options:

  • titles: search the titles of all pages
  • texts: search the bodies of all pages
  • words-only: search for a matching word (search for "page" won't find "pages")
  • match-case: upper and lower case does count ("Wiki" won't find "wiki")
  • regex: you may use Perl RegularExpressions in searching ("\d{5}" will find 5 digits like "12239")

UnderConstruction


FolderForms