Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    MARC 868 fields display twice in the OPAC

    • Article Type: General
    • Product: Voyager
    • Product Version: 7.2.2

    Problem Symptoms:
    ? "Indexes" fields display twice in the OPAC.
    ? Holdings records do not contain duplicate MARC 868 fields.

    Cause:
    File displayHoldings.xml has redundant specifications.

    Resolution:
    Edit /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin]/xsl/contentLayout/configs/displayHoldings.xml to remove existing redundant specifications for 868 field display.

    Additional Information

    Example: displayHoldings.xml containing redundant data;
    <holdingsTags label="Indexes:">
    <displayTag field="1044" />
    <displayTag field="868" indicator1="X" indicator2="X" subfield="az" />
    <displayTag field="1024" />
    </holdingsTags>
    Note: in the example above, the 1024 line and the 868 line cause the Indexes to display twice.

    Example: displayHoldings.xml with redundancy commented out
    <holdingsTags label="Indexes:">
    <displayTag field="1044" />
    <!-- <displayTag field="868" indicator1="X" indicator2="X" subfield="az" /> -->
    <displayTag field="1024" />
    </holdingsTags>

    See also Webvoyage Architecture Overview and Configuration Models.

    Category: Opac


    • Article last edited: 10/8/2013