diff options
author | MikeMannix <MikeMannix> | 2001-12-02 12:33:20 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-12-02 12:33:20 +0000 |
commit | c140697c98c74ac9dea126e5cd9f2e78929a5094 (patch) | |
tree | d7a405238f3495e1e0e6b57b57de462c8860c42c | |
parent | a9433b7935f70bcee0ebf52c0942e49486221292 (diff) |
none
-rw-r--r-- | TWiki/FormattedSearch.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TWiki/FormattedSearch.mdwn b/TWiki/FormattedSearch.mdwn index 3849b299..8dcec745 100644 --- a/TWiki/FormattedSearch.mdwn +++ b/TWiki/FormattedSearch.mdwn @@ -1,8 +1,10 @@ -**Formatted Search Using <code>**%SEARCH\{... format="..."\}%**</code> Variable** +%TOC% %STARTINCLUDE% -%TOC% +# <a name="TWiki_Formatted_Search_Results"> TWiki Formatted Search Results </a> -## <a name="Preface"> Preface </a> +_Inline search feature allows flexible formatting of search result_ + +## <a name="Overview"> Overview </a> By default, the format for displaying a search result is fixed, e.g. a table with rows of topic name and topic summary. Use the `format="..."` parameter to specify a customized format of the search result. The string of the format parameter is typically a bullet list or table row containing variables (i.e. <code>%SEARCH\{ "food" format="| $topic | $summary |" \}%</code>). |