[% INCLUDE "opac/parts/staff_saved_searches.tt2" %]

[% qhtml = CGI.param('query') | html; IF ctx.bookbag; wbbag = ctx.bookbag.name | html; fmt_bookbag = '' _ wbbag _ ''; IF is_advanced OR is_special; l('Sorry, no entries were found for your search within [_1].', fmt_bookbag); ELSE; l('Sorry, no entries were found for [_1][_2][_3] within [_4].', '', qhtml, '', fmt_bookbag); END; ELSE; IF is_advanced OR is_special; l('Sorry, no entries were found for your search.'); ELSE; l('Sorry, no entries were found for [_1][_2][_3].', '', qhtml, ''); END; END %]

[% INCLUDE "opac/parts/result/lowhits_purchase.tt2" %]

[% l('Keyword Search Tips') %]
[% l('Try changing to [_1]Advanced Search[_2].', '', '') %]

[% l('Adjacency') %]
[% l('Multiple words are not searched together as a phrase. They will be found in various parts of the record. To search for a phrase, enclose your search terms in quotation marks.') %]
[% l('(example: [_1]"garcia marquez"[_2])', '', '') %]

[% l('Truncation') %]
[% l('Words may be right-hand truncated using an asterisk. Use a single asterisk * to truncate any number of characters.') %]
[% l('(example: [_1]environment* agency[_2])', '', '') %]

[% l('Anchored Searching') %]
[% l('You may use ^ and $ to indicate "phrase begins with" and "phrase ends with," respectively, within a search phrase enclosed in quotation marks.') %]
[% l('(examples: [_1]"^harry"[_2] for phrases that begin with the term [_3]harry[_4]. [_1]"stone$"[_2] for phrases that end in [_3]stone[_4].)', '', '', '', '') %]