Merge remote-tracking branch 'origin/new/bug_7016'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / oai_set_mappings.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>OAI-PMH sets mappings configuration</h1>
4
5 <p>
6     Here you can define how a set will be build (what records will belong to
7     this set) by defining mappings. Mappings are a list of conditions on record
8     content. A record only need to match one condition to belong to the set.
9 <p>
10
11 <h2>Defining a mapping</h2>
12 <ol>
13     <li>
14         Fill the fields 'Field', 'Subfield' and 'Value'. For example if you
15         want to include in this set all records that have a 999$9 equal to
16         'XXX'. Fill 'Field' with 999, 'Subfield' with 9 and 'Value' with XXX.
17     </li>
18     <li>
19         If you want to add another condition, click on 'OR' button and repeat
20         step 1.
21     </li>
22     <li>Click on 'Save'</li>
23 </ol>
24
25 <p>
26     To delete a condition, just leave at least one of 'Field', 'Subfield' or
27     'Value' empty and click on 'Save'.
28 </p>
29
30 <p>
31     Note: Actually, a condition is true if value in the corresponding subfield
32     is strictly equal to what is defined if 'Value'. A record having
33     999$9 = 'XXX YYY' will not belong to a set where condition is
34     999$9 = 'XXX'.
35     <br />
36     And it is case sensitive : a record having 999$9 = 'xxx' will not belong
37     to a set where condition is 999$9 = 'XXX'.
38 </p>
39
40 [% INCLUDE 'help-bottom.inc' %]