changeset 1927:2669add486a7

Add note about 'X'.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Nov 2017 11:34:31 +0200
parents 36cab5b2e590
children 7c51fac00c79
files www/search.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/search.php	Thu Nov 09 11:33:07 2017 +0200
+++ b/www/search.php	Thu Nov 09 11:34:31 2017 +0200
@@ -43,9 +43,9 @@
 <div id="note">
   <ol>
     <li>The search ignores following characters (they act as wildcards):
-<b>*, @, ?, %, C</b> and whitespace, thus searching <b>exact</b> matches for player cities (C), shrine
+<b>*, @, ?, %, C, X</b> and whitespace, thus searching <b>exact</b> matches for player cities (C), shrine
 (%) and location markers (?) is not possible.</li>
-    <li>"*" and "@" will be used to center the search coordinates if they are present in the pattern.</li>
+    <li>"*", "@" and "X" will be used to center the search coordinates if they are present in the pattern.</li>
     <li>Obviously the search pattern must be "clean", e.g. output from 'look' will not work if it has ships/NPCs or such.</li>
   </ol>
 </div>