Bug 9295: Introduce operator equal/ notequal to OAI set mapping instead of hardcoded...
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / oai_set_mappings.tt
index 0a18139..1566523 100644 (file)
@@ -7,14 +7,14 @@
 <h2>Defining a mapping</h2>
 
 <ol>
-    <li>Fill the fields 'Field', 'Subfield' 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 and 'Value' with XXX.</li>
+    <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>
     <li>If you want to add another condition, click on 'OR' button and repeat step 1.</li>
     <li>Click on 'Save'</li>
 </ol>
 
-<p>To delete a condition, just leave at least one of 'Field', 'Subfield' or 'Value' empty and click on 'Save'.</p>
+<p>To delete a condition, just leave at least one of 'Field' or 'Subfield' empty and click on 'Save'.</p>
 
-<p>Note: Actually, a condition is true if value in the corresponding subfield is strictly 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>
+<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>
 
 <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>