Fix incorrect search advice on the no-results page.
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 29 Jul 2011 16:33:52 +0000 (12:33 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 29 Jul 2011 16:33:52 +0000 (12:33 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2
Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2
Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2

index 7526f1d..78679fc 100644 (file)
@@ -22,7 +22,7 @@
             [% INCLUDE "default/opac/parts/result/lowhits_purchase.tt2" %]
             <p>
                 <strong>Keyword Search Tips</strong><br />
-                Change to <strong>Advanced Keyword Search.</strong>
+                Try changing to <strong>Advanced Search</strong>.
             </p>
             <p>
                 <strong>Adjacency</strong><br />
             <p>
                 <strong>Truncation</strong><br />
                 Words may be right-hand truncated using an asterisk. Use a single asterisk *
-                to truncate from 1-5 characters. Use a double asterisk ** for open-ended truncation.<br />
+                to truncate any number of characters.<br />
                 (example: <strong>environment* agency</strong>)
             </p>
             <p>
-                <strong>Wildcards</strong><br />
-                You may use a question mark to replace a single character anywhere within a word.<br />
-                example: <strong>wom?</strong>)
+                <strong>Anchored Searching</strong><br />
+                You may use ^ and $ to indicate "phrase begins with" and
+                "phrase ends with," respectively, within a search phrase
+                enclosed in quotation marks.<br />
+                (examples: <strong>"^harry"</strong> for phrases that begin with
+                the term <em>harry</em>.
+                <strong>"stone$"</strong> for phrases that end in <em>stone</em>.)
             </p>
         </div>
     </div>
index 263269a..ff34338 100644 (file)
@@ -1,6 +1,6 @@
-<p>
+[%# XXX Is this block generally desired? <p>
     <strong>Still not finding what you are looking for?</strong><br />
     Request that your library purchase the material you are looking for by making a
     <a href="javascript:;">Purchase Request</a><br />
     <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
-</p>
+</p> %]
index a41f658..cdfde46 100644 (file)
@@ -1,6 +1,6 @@
 <p>
     <strong>Still not finding what you are looking for?</strong><br />
     Request that KCLS purchase the material you are looking for by making a
-    <a href="javascript:;">Purchase Request</a><br />
+    <a href="http://www.kcls.org/usingthelibrary/request/">Purchase Request</a><br />
     <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
 </p>