SourceForge.net Logo
May 16, 2006
© GPL
 
ProWikiCenter
Search Form
 
Difference (previous author) (Change, Edit, normal page display)

Changed: 1c1,25
Describe the new page here.
The SearchForm is a partly configurable CdmlElement based on CdmlForm that is typically used to configure the SearchFunction:

The example:

[[Code]
<n>[[form][type=search][inputwidth=40]]</n>
]

creates:

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

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

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