changeset 1825:3e0923640d48

Improve search "help" text.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Oct 2017 15:19:30 +0200
parents 42cf6bb20f1f
children 79dd960610cb
files www/search.html
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/www/search.html	Mon Oct 30 15:06:36 2017 +0200
+++ b/www/search.html	Mon Oct 30 15:19:30 2017 +0200
@@ -94,9 +94,6 @@
 <body onload="mapInitSearch()">
 
 <h1>Pupunen Map search (DEMO/ALPHA)</h1>
-<div id="note">
-NOTICE: This is a TEMPORARY test page only. Not on-line/available all the time.
-</div>
 <noscript>
   <div id="error">
   This page requires JavaScript to be enabled to work.
@@ -119,6 +116,15 @@
   <div id="results"></div>
 </div>
 
+<div id="note">
+NOTICE: This is a TEMPORARY test page only. Not on-line/available all the time.
+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
+(%) and location markers (?) is not possible. "*" and "@" will be used to center the search coordinates
+if they are present in the pattern.
+</div>
+
 <div id="logBox">
   <h2>Log</h2>
   <div id="log"></div>