]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/result/lowhits.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac...
[working/Evergreen.git] / Open-ILS / src / templates / opac / parts / result / lowhits.tt2
1 <div>
2     <div id="zero_search_hits">
3         <div>
4             <p>[% l('Sorry, no entries were found for') %]
5                 [% IF is_advanced OR is_special; l('your search'); ELSE %]
6                 <q>[% CGI.param('query') | html %]</q>
7                 [% END %]
8             </p>
9         </div>
10         <div style="float:right;width:353px;background:#ccc;padding:10px;margin-top:7px;">
11             [% INCLUDE "opac/parts/result/lowhits_purchase.tt2" %]
12             <p>
13                 <strong>Keyword Search Tips</strong><br />
14                 Try changing to <strong>Advanced Search</strong>.
15             </p>
16             <p>
17                 <strong>Adjacency</strong><br />
18                 Multiple words are not searched together as a phrase. They will
19                 be found in various parts of the record. To search for a phrase, enclose your
20                 search terms in quotation marks.<br />
21                 (example:  <strong>&quot;garcia marquez&quot;</strong>)
22             </p>
23             <p>
24                 <strong>Truncation</strong><br />
25                 Words may be right-hand truncated using an asterisk. Use a single asterisk *
26                 to truncate any number of characters.<br />
27                 (example: <strong>environment* agency</strong>)
28             </p>
29             <p>
30                 <strong>Anchored Searching</strong><br />
31                 You may use ^ and $ to indicate "phrase begins with" and
32                 "phrase ends with," respectively, within a search phrase
33                 enclosed in quotation marks.<br />
34                 (examples: <strong>"^harry"</strong> for phrases that begin with
35                 the term <em>harry</em>.
36                 <strong>"stone$"</strong> for phrases that end in <em>stone</em>.)
37             </p>
38         </div>
39     </div>
40 </div>