summaryrefslogtreecommitdiff
path: root/TWiki/TWikiVariables.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-10-25 02:10:24 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-10-25 02:10:24 +0000
commit748c976f1ff7c5b69247b5b0a472fb022581dd37 (patch)
treedac8bae011b2271c301205224c1af40d76adb888 /TWiki/TWikiVariables.mdwn
parent2c8dc5bc55df45c7cce34afd515b5d53061e30fa (diff)
none
Diffstat (limited to 'TWiki/TWikiVariables.mdwn')
-rw-r--r--TWiki/TWikiVariables.mdwn18
1 files changed, 15 insertions, 3 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn
index f1e8ad5d..01b1fd84 100644
--- a/TWiki/TWikiVariables.mdwn
+++ b/TWiki/TWikiVariables.mdwn
@@ -392,13 +392,23 @@ With a couple of notable exceptions, predefined variables return set values that
</tr>
<tr>
<td><code>nosummary="on"</code></td>
- <td> Show topic title only </td>
+ <td> Show topic title only. [3] </td>
<td> Show topic summary </td>
</tr>
<tr>
<td><code>bookview="on"</code></td>
- <td><span style="background:"><font color="">Book View</font></span><a href="http://LOCATION/BookView">?</a> search, e.g. show complete topic text </td>
- <td> Show topic summary </td>
+ <td><span style="background:"><font color="">Book View</font></span><a href="http://LOCATION/BookView">?</a> search, e.g. show complete topic text. [3] </td>
+ <td> Show topic summary. </td>
+ </tr>
+ <tr>
+ <td><code>format="..."</code></td>
+ <td> Define a <span style="background:"><font color="">Formatted Search</font></span><a href="http://LOCATION/FormattedSearch">?</a>, i.e. <br /><code>"   * [<nop>[$topic]]: $summary"</nop></code>. [3] </td>
+ <td> Show regular search result with topic summary </td>
+ </tr>
+ <tr>
+ <td><code>header="..."</code></td>
+ <td> Specify header of <span style="background:"><font color="">Formatted Search</font></span><a href="http://LOCATION/FormattedSearch">?</a>, i.e. <br /><code>"   * <nop>*Topic: Summary:*"</nop></code>. </td>
+ <td> Show regular header </td>
</tr>
<tr>
<td><code>nosearch="on"</code></td>
@@ -459,6 +469,8 @@ With a couple of notable exceptions, predefined variables return set values that
> : The search form uses identical names for input fields.
>
> [2] **_Note_**: A web can be excluded from a `web="all"` search if you define a `NOSEARCHALL=on` variable in its %WEBPREFSTOPIC%.
+>
+> [3] **_Note_**: Regular search, no summary, [[BookView]] and [[FormattedSearch]] are exclusive.
## <a name="Preferences_Variables"> Preferences Variables </a>