Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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>Visit Administration > Global System Preference > Searching to control the settings for the Koha search.</p>
6
7 <h2>Some tips</h2>
8
9 <p>Use the AdvancedSearchTypes preference to control which tabs show for limiting to Item Type, Collection Code and/or Shelving location.</p>
10
11 <p>Use the AdvancedSearchLanguages preference to control which languages appear in the language pull down filter.</p>
12
13 <h2>Searching Subtypes on the Staff Client</h2>
14
15 <p>Below is a summary of  the various pieces of the advanced search limit: </p>
16
17 <h3>Audience</h3>
18
19 <p>The index name is 'aud' and it's derived from 008/22</p>
20
21 <ul><li>aud:a Preschool</li>
22 <li>aud:b Primary</li>
23 <li>aud:c Pre-Adolescent</li>
24 <li>aud:d Adolescent</li>
25 <li>aud:e Adult</li>
26 <li>aud:f Specialized</li>
27 <li>aud:g General</li>
28 <li>aud:j Juvenile</li></ul>
29
30 <h3>Content</h3>
31
32 <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>
33
34 <ul><li>fic:1 Fiction</li>
35 <li>fic:0 Non-fiction</li>
36 <li>bio:b Biography</li>
37 <li>mus:j Musical recording</li>
38 <li>mus:i Non-musical recording</li></ul>
39
40 <h3>Format</h3>
41
42 <p>The index name is 'l-format' and it's an index of positions 007/01 and 007/02. Common values are:</p>
43
44 <ul><li>l-format:ta Regular print</li>
45 <li>l-format:tb Large print</li>
46 <li>l-format:fk Braille</li>
47 <li>l-format:sd CD audio</li>
48 <li>l-format:ss Cassette recording</li>
49 <li>l-format:vf VHS tape / Videocassette</li>
50 <li>l-format:vd DVD video / Videodisc</li>
51 <li>l-format:co CD Software</li>
52 <li>l-format:cr Website</li></ul>
53
54 <h3>Additional Content Types</h3>
55
56 <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>
57
58 <ul><li>ctype:a Abstracts/summaries</li>
59 <li>ctype:b Bibliographies
60 <li>ctype:c Catalogs</li>
61 <li>ctype:d Dictionaries</li>
62 <li>ctype:e Encyclopedias</li>
63 <li>ctype:f Handbooks</li>
64 <li>ctype:g Legal articles</li>
65 <li>ctype:i Indexes
66 <li>ctype:j Patent document</li>
67 <li>ctype:k Discographies</li>
68 <li>ctype:l Legislation</li>
69 <li>ctype:m Theses</li>
70 <li>ctype:n Surveys</li>
71 <li>ctype:o Reviews
72 <li>ctype:p Programmed texts</li>
73 <li>ctype:q Filmographies</li>
74 <li>ctype:r Directories</li>
75 <li>ctype:s Statistics</li>
76 <li>ctype:t Technical reports</li>
77 <li>ctype:v Legal cases and case notes
78 <li>ctype:w Law reports and digests</li>
79 <li>ctype:z Treaties</li></ul>
80
81 <p><strong>See the full documentation for Searching in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/searching.html">manual</a> (online).</strong></p>
82
83 [% INCLUDE 'help-bottom.inc' %]