Merge branch 'bug_7368' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / fieldmapping.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Keyword to MARC Mapping</h1>
4
5 <p>This tool will allow you to map MARC fields to a set of predefined keywords.</p>
6
7 <p>At this time the only keyword in use is 'subtitle.'</p>
8
9 <p>Using this tool you can define what MARC field prints to the detail screen of the bibliographic record using keywords. The following example will use the subtitle field.</p>
10
11 <p>Using the Framework pull down menu, choose the Framework you would like to apply this rule to. For example, the subtitle for books can be found in the 245$b field.</p>
12
13 <p>However the subtitle for DVDs appears in 245$p</p>
14
15 <p>Using this tool you can tell Koha to print the right field as the subtitle when viewing the bibliographic record in the OPAC.</p>
16
17 <p>This tool can be used to chain together pieces of the record as well. If you want the series number to show in the title on your search results you simply have to map 490 $v to 'subtitle' along with the 245 $b.</p>
18
19 <p style="background-color: #ffe599">Tip: Chain together the fields you want to show after the item title in the order in which you want them to appear.</p>
20
21 <p>Future developments will include additional keyword assigned fields.</p>
22
23 <p><strong>See the full documentation for Keyword to MARC Mapping in the <a href="http://manual.koha-community.org/3.10/en/catadmin.html#keywordmapping">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]