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