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