Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / catalogue / search.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Searching</h1>
4
5 <p>To see more search options click [More Options] at the bottom of the page. This will allow for more advanced boolean searching.</p>
6
7 <h2>Searching Subtypes on the Staff Client</h2>
8
9 <p>Below is a summary of  the various pieces of the advanced search limit: </p>
10
11 <h3>Audience</h3>
12
13 <p>The index name is 'aud' and it's derived from 008/22</p>
14
15 <ul><li>aud:a Easy</li>
16 <li>aud:c Juvenile</li>
17 <li>aud:d Young adult</li>
18 <li>aud:e Adult</li></ul>
19
20 <h3>Content</h3>
21
22 <p>There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:</p>
23
24 <ul><li>fic:1 Fiction</li>
25 <li>fic:0 Non fiction</li>
26 <li>bio:b Biography</li>
27 <li>mus:j Musical recording</li>
28 <li>mus:i Non-musical recording</li></ul>
29
30 <h3>Format</h3>
31
32 <p>The index name is 'l-format' and it's an index of positions 007/01 and 007/02. Common values are:</p>
33
34 <ul><li>l-format:ta Regular print</li>
35 <li>l-format:tb Large print</li>
36 <li>l-format:fk Braille</li>
37 <li>l-format:sd CD audio</li>
38 <li>l-format:ss Cassette recording</li>
39 <li>l-format:vf VHS tape / Videocassette</li>
40 <li>l-format:vd DVD video / Videodisc</li>
41 <li>l-format:co CD Software</li>
42 <li>l-format:cr Website</li></ul>
43
44 <h3>Additional Content Types</h3>
45
46 <p>The index name is 'ctype' is taken from the 008 and it's where we get the 'additional content types'. It's position 008/24-28 field. Common values are: </p>
47
48 <ul><li>ctype:a Abstracts/summaries</li>
49 <li>ctype:b Bibliographies
50 <li>ctype:c Catalogs</li>
51 <li>ctype:d Dictionaries</li>
52 <li>ctype:e Encyclopedias</li>
53 <li>ctype:f Handbooks</li>
54 <li>ctype:g Legal articles</li>
55 <li>ctype:i Indexes
56 <li>ctype:j Patent document</li>
57 <li>ctype:k Discographies</li>
58 <li>ctype:l Legislation</li>
59 <li>ctype:m Theses</li>
60 <li>ctype:n Surveys</li>
61 <li>ctype:o Reviews
62 <li>ctype:p Programmed texts</li>
63 <li>ctype:q Filmographies</li>
64 <li>ctype:r Directories</li>
65 <li>ctype:s Statistics</li>
66 <li>ctype:t Technical reports</li>
67 <li>ctype:v Legal cases and case notes
68 <li>ctype:w Law reports and digests</li>
69 <li>ctype:z Treaties</li></ul>
70
71 [% INCLUDE 'help-bottom.inc' %]