diff options
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 18 |
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> |