--- data/TWiki/VarSEARCH.txt.orig 2006-04-22 22:34:29.000000000 +0200 +++ data/TWiki/VarSEARCH.txt 2006-04-22 22:47:17.000000000 +0200 @@ -17,6 +17,7 @@ | =order="topic"=
=order="created"=
=order="modified"=
=order="editby"=
=order=
 "formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; if you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort. Note that dates are sorted most recent date *last* (i.e at the bottom of the table). | Sort by topic name | | =limit="all"=
=limit="16"= | Limit the number of results returned. This is done after sorting if =order= is specified | All results | | =date="..."= | limits the results to those pages with latest edit time in the given TimeInterval. | All results | + | =createdate="..."= | Limits the results to those pages with latest create time (time of the first page revision) in the given TimeInterval. If this option *and* the =date= option are used, the =date= option will be ignored. | All results | | =reverse="on"= | Reverse the direction of the search | Ascending search | | =casesensitive="on"= | Case sensitive search | Ignore case | | =bookview="on"= | BookView search, e.g. show complete topic text | Show topic summary |