summaryrefslogtreecommitdiff
path: root/TWiki/FormattedSearch.mdwn
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-12-02 12:33:20 +0000
committerMikeMannix <MikeMannix>2001-12-02 12:33:20 +0000
commitc140697c98c74ac9dea126e5cd9f2e78929a5094 (patch)
treed7a405238f3495e1e0e6b57b57de462c8860c42c /TWiki/FormattedSearch.mdwn
parenta9433b7935f70bcee0ebf52c0942e49486221292 (diff)
none
Diffstat (limited to 'TWiki/FormattedSearch.mdwn')
-rw-r--r--TWiki/FormattedSearch.mdwn8
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>).