Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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>Here you can define how a set will be build (what records will belong to this set) by defining mappings. Mappings are a list of conditions on record content. A record only need to match one condition to belong to the set.</p>
6
7 <h2>Defining a mapping</h2>
8
9 <ol>
10     <li>Fill the fields 'Field', 'Subfield', 'Operator' and 'Value'. For example if you want to include in this set all records that have a 999$9 equal to 'XXX'. Fill 'Field' with 999, 'Subfield' with 9, 'Operator' with is equal to and 'Value' with XXX.</li>
11     <li>If you want to add another condition, click on 'OR' button and repeat step 1.</li>
12     <li>Click on 'Save'</li>
13 </ol>
14
15 <p>To delete a condition, just leave at least one of 'Field' or 'Subfield' empty and click on 'Save'.</p>
16
17 <p>Note: Actually, a condition is true if value in the corresponding subfield is strictly 'equal' or 'not equal' to what is defined if 'Value'. A record having 999$9 = 'XXX YYY' will not belong to a set where condition is 999$9 = 'XXX'.</p>
18
19 <p>And it is case sensitive : a record having 999$9 = 'xxx' will not belong to a set where condition is 999$9 = 'XXX'.</p>
20
21 <p><strong>See the full documentation for OAI Sets in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#oai-sets-configuration">manual</a> (online).</strong></p>
22
23 [% INCLUDE 'help-bottom.inc' %]