[% INCLUDE 'help-top.inc' %]

OAI-PMH Sets Mappings Configuration

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.

Defining a mapping

  1. 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.
  2. If you want to add another condition, click on 'OR' button and repeat step 1.
  3. Click on 'Save'

To delete a condition, just leave at least one of 'Field' or 'Subfield' empty and click on 'Save'.

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'.

And it is case sensitive : a record having 999$9 = 'xxx' will not belong to a set where condition is 999$9 = 'XXX'.

See the full documentation for OAI Sets in the manual (online).

[% INCLUDE 'help-bottom.inc' %]