|
|
| Changed: |
< < |
Use the header paramter to specify the header of a search result. It should correspond to the format of the format parameter. This parameter is optional. I.e. header="| *Topic:* | *Summary:* |"
|
> > |
Use the header paramter to specify the header of a search result. It should correspond to the format of the format parameter. This parameter is optional. I.e. header="| *Topic:* | *Summary:* |"
|
| Changed: |
< < |
Use the format paramter to specify the format of one search hit. I.e. format="| $topic | $summary |"
|
> > |
Use the format paramter to specify the format of one search hit. I.e. format="| $topic | $summary |"
|
| Added: |
> > |
|
| Changed: |
< < |
$date | Time stamp of last topic update |
|
> > |
$date | Time stamp of last topic update, i.e. 21 Aug 2008 - 12:20 |
$isodate | Time stamp of last topic update, i.e. 2008-08-21T12:20Z |
|
| Added: |
> > |
$username | User name of last topic update, i.e. JohnSmith |
|
| Changed: |
< < |
$formfield(name) | The field value of a form field, i.e. $formfield(TopicClassification?) would get expanded to PublicFAQ. This applies only to topics that have a TWikiForm |
|
> > |
$formfield(name) | The field value of a form field, i.e. $formfield(TopicClassification) would get expanded to PublicFAQ. This applies only to topics that have a TWikiForm |
|
| Changed: |
< < |
%SEARCH{ "[T]opicClassification.*?value=\"[P]ublicFAQ\"" scope="text" regex="on" nosearch="on" nototal="on" format="| [[$topic]] | $formfield(OperatingSystem?) | $formfield(OsVersion?) |" }%
|
> > |
%SEARCH{ "[T]opicClassification.*?value=\"[P]ublicFAQ\"" scope="text" regex="on" nosearch="on" nototal="on" format="| [[$topic]] | $formfield(OperatingSystem) | $formfield(OsVersion) |" }%
|
| Changed: |
< < |
-- PeterThoeny? - 24 Oct 2001
|
> > |
-- PeterThoeny? - 28 Nov 2001
|