1.17.10 Exporting search results

Search results can be exported to an Excel file or in RIS format.

The Excel export functions can be turned on and off with the enabled attribute. The fields that are transferred to the generated Excel file are defined with <field> entries. Example:

<search>
    <export>
        <excel enabled="false">
            <field>PI_TOPSTRUCT</field>
            <field>LABEL</field>
            <field>DOCSTRCT</field>
            <field>DOCTYPE</field>
            <field>ORDER</field>
        </excel>
    </export>
</search>

The RIS export function can be switched on and off with the attribute enabled.

<search>
    <export>
        <ris enabled="false" />
    </export>
</search>

Last updated