]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html
Some focus/label tweaks. And a help button point to an html file. Dan and I need...
[Evergreen.git] / Open-ILS / xul / staff_client / server / locale / en-US / multiclass_search_help.html
1 <html>
2 <head><title>Multiclass Search Help</title></head>
3 <body onload="window.focus()">
4 <p>
5 Recognized search keys include:
6 </p>
7 <blockquote>
8     keyword/kw - search keyword(s)<br/>
9     author/au/name - search author(s)<br/>
10     title/ti - search title<br/>
11     subject/su - search subject<br/>
12     series/se - search series<br/>
13     lang - limit by language (specifiy multiple langs with lang:l1 lang:l2 ...)<br/>
14     site - search at specified org unit, corresponds to actor.org_unit.shortname<br/>
15     sort - sort type (title, author, pubdate)<br/>
16     dir - sort direction (asc, desc)<br/>
17     available - if set to anything other than "false" or "0", limits to available items<br/>
18 <br/>
19     keyword, title, author, subject, and series support additional search
20     subclasses, specified with a "|". For example, "title|proper:gone with the wind"<br/>
21 </blockquote>
22 </body>
23 </html>