SourceForge.net Logo
May 15, 2006
© GPL
 
ProWikiCenter
Action Search
 
ActionSearchg searches the wiki for text or regular expressions. The command is usually constructed by the SearchForm (see Search and SearchFunction).

Syntax:

  • ../wiki.cgi?action=search&for=somecharacters&optionalparameterassignments
Example: Parameters:
  • for a string, the character pattern that is searched
    • e. g. for=Cunningham
  • title (on/off) search the titles of pages (PageNames)
    • e. g. title=off (default: on)
  • text (on/off) search the texts of pages
    • e. g. text=off (default: on)
  • word (on/off) search for an exact word
    • e. g. word=off (default: on)
  • case (on/off) respect the case given
    • e. g. case=on (default: off)
  • regex (on/off) treat the search pattern as RegularExpression
    • e. g. regex=on (default: off)

FolderSearching