Skip to content

Commit

Permalink
r3876@r17311: wbniv | 2009-05-08 05:20:53 +0200
Browse files Browse the repository at this point in the history
 Item1545: twiki.org doc sync


git-svn-id: http://svn.foswiki.org/branches/Release01x00@3842 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed May 8, 2009
1 parent 70d7d94 commit af96c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/System/VarSEARCH.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| =nofinalnewline="on"= | If =on=, the search variable does not end in a line by itself. Any text continuing immediately after the SEARCH macro on the same line will be rendered as part of the table generated by the search, if appropriate. | =off= |
| =recurse="on"= | Recurse into subwebs, if subwebs are enabled. | =off= |
| =separator=", "= | Line separator _between_ search hits | ="$n"= (Newline) |
| =newline="%<nop>BR%"= | Line separator _within_ a search hit. Useful if the format="" parameter contains a $pattern() that captures more than one line, i.e. contents of a textfield in a form.| ="$n"= (Newline) |
| =newline="%<nop>BR%"= | Line separator _within_ a search hit. Useful if you want to put multi-line content into a table cell, for example if the format="" parameter contains a $pattern() that captures more than one line, or contains a $formfield() that returns a multi-line textfield. | ="$n"= (Newline) |
* Example: =%<nop>SEARCH{"wiki" web="%USERSWEB%" scope="topic"}%=
* Example with format: =%<nop>SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="<nop>| $topic | $summary |"}%= _(displays results in a table with header - [[FormattedSearch][details]])_
* %T% If the Foswiki:Extensions.TablePlugin is installed, you may put a =%<nop>TABLE{}%= macro just before the =%<nop>SEARCH{}%= to alter the output of a search. Example: =%<nop>TABLE{ tablewidth="90%" }%=
Expand Down

0 comments on commit af96c5a

Please sign in to comment.