Bug 10671: Update links in Catalog help
[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 Preschool</li>
16 <li>aud:b Primary</li>
17 <li>aud:c Pre-Adolescent</li>
18 <li>aud:d Adolescent</li>
19 <li>aud:e Adult</li>
20 <li>aud:f Specialized</li>
21 <li>aud:g General</li>
22 <li>aud:j Juvenile</li></ul>
23
24 <h3>Content</h3>
25
26 <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>
27
28 <ul><li>fic:1 Fiction</li>
29 <li>fic:0 Non fiction</li>
30 <li>bio:b Biography</li>
31 <li>mus:j Musical recording</li>
32 <li>mus:i Non-musical recording</li></ul>
33
34 <h3>Format</h3>
35
36 <p>The index name is 'l-format' and it's an index of positions 007/01 and 007/02. Common values are:</p>
37
38 <ul><li>l-format:ta Regular print</li>
39 <li>l-format:tb Large print</li>
40 <li>l-format:fk Braille</li>
41 <li>l-format:sd CD audio</li>
42 <li>l-format:ss Cassette recording</li>
43 <li>l-format:vf VHS tape / Videocassette</li>
44 <li>l-format:vd DVD video / Videodisc</li>
45 <li>l-format:co CD Software</li>
46 <li>l-format:cr Website</li></ul>
47
48 <h3>Additional Content Types</h3>
49
50 <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>
51
52 <ul><li>ctype:a Abstracts/summaries</li>
53 <li>ctype:b Bibliographies
54 <li>ctype:c Catalogs</li>
55 <li>ctype:d Dictionaries</li>
56 <li>ctype:e Encyclopedias</li>
57 <li>ctype:f Handbooks</li>
58 <li>ctype:g Legal articles</li>
59 <li>ctype:i Indexes
60 <li>ctype:j Patent document</li>
61 <li>ctype:k Discographies</li>
62 <li>ctype:l Legislation</li>
63 <li>ctype:m Theses</li>
64 <li>ctype:n Surveys</li>
65 <li>ctype:o Reviews
66 <li>ctype:p Programmed texts</li>
67 <li>ctype:q Filmographies</li>
68 <li>ctype:r Directories</li>
69 <li>ctype:s Statistics</li>
70 <li>ctype:t Technical reports</li>
71 <li>ctype:v Legal cases and case notes
72 <li>ctype:w Law reports and digests</li>
73 <li>ctype:z Treaties</li></ul>
74
75 <p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/3.14/en/searching.html">manual</a> (online).</strong></p>
76
77 [% INCLUDE 'help-bottom.inc' %]