none
authorPeterThoeny <PeterThoeny>
Sat, 23 Nov 2002 04:47:44 +0000 (04:47 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 23 Nov 2002 04:47:44 +0000 (04:47 +0000)
TWiki/TWikiVariables.mdwn
TWiki/WebSearch.mdwn

index 4865d8b..58077dc 100644 (file)
@@ -271,7 +271,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
           <td> 2 digit year </td>
           <td> 99 </td>
         </tr>
-      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:37:08</b></td>
+      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:37:42</b></td>
   </tr>
   <tr>
     <td><code>%SERVERTIME%</code></td>
@@ -362,7 +362,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
         </tr>
         <tr>
           <td><code>"text"</code></td>
-          <td> Search term. (Is a regular expression or literal, depending on the <code>regex</code> parameter) [TWikiAlphaRelease - for regular expressions ";" can be used to mean <em>and</em> e.g. "search;agrep" will find all topic containing search <em>and</em> agrep ] </td>
+          <td> Search term. Is a regular expression or literal, depending on the <code>regex</code> parameter. For regular expressions ";" is used to mean <em>and</em> e.g. "search;agrep" will find all topic containing search <em>and</em> agrep. </td>
           <td> required </td>
         </tr>
         <tr>
@@ -392,7 +392,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
         </tr>
         <tr>
           <td><code>regex="on"</code></td>
-          <td>[[Main/RegularExpression]] search </td>
+          <td>[[Main/RegularExpression]] search; also enables ";" as <em>and</em></td>
           <td> Literal search </td>
         </tr>
         <tr>
index f6122ef..ea55e20 100644 (file)
@@ -39,7 +39,7 @@
     <tr>
       <td> Make search: </td>
       <td><input name="casesensitive" type="checkbox" /> Case sensitive </td>
-      <td><input name="regex" type="checkbox" /> [[TWiki/RegularExpression]] search </td>
+      <td><input name="regex" type="checkbox" /> [[TWiki/RegularExpression]] search (semicolon ';' for <em>and</em>) </td>
     </tr>
     <tr>
       <td> Don't show: </td>