Action Search
Difference (previous author)
(Change, Edit, normal page display)
Changed: 1c1,24
Describe the new page here.
|
ActionSearchg searches the wiki for text or regular expressions. The command is usually constructed by the SearchForm (see Search and SearchFunction).
Syntax:
* ../wiki.cgi?[[green]action=search]&[[yellow]for=somecharacters]&[[blue]optionalparameterassignments]
Example:
* ThisWiki:action=search&for=UnderConstruction
<n>Parameters</n>:
* [[green]for] a string, the character pattern that is searched
** e. g. for=Cunningham
* [[green]title] (on/off) search the titles of pages (PageNames)
** e. g. title=off (default: on)
* [[green]text] (on/off) search the texts of pages
** e. g. text=off (default: on)
* [[green]word] (on/off) search for an exact word
** e. g. word=off (default: on)
* [[green]case] (on/off) respect the case given
** e. g. case=on (default: off)
* [[green]regex] (on/off) treat the search pattern as RegularExpression
** e. g. regex=on (default: off)
FolderSearching
|
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
- 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
|
|