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

    WebVoyage: how to suppress limit on Advanced search tab?

    • Product: Voyager

    Question

    How to suppress the "Place" or other limit from use on the Advanced search tab?

    Answer

    1. On the server, navigate to your skin directory.
    2. cd xsl/contentLayout
    3. Open cl_searchAdvanced.xsl for editing.
    4. Find the lines for the limit you wish to suppress & comment them out. For example, to suppress "Place":
    <!-- place line -->
    <!--
    <xsl:for-each select="/page:page//page:element[@nameId='place']">
    <div class="limitDiv">
    <xsl:call-template name="buildLimitSetDropDown">
    <xsl:with-param name="limitType" select="'place'"/>
    <xsl:with-param name="selectedLimit" select="''"/>
    <xsl:with-param name="limitData" select="$Limits"/>
    <xsl:with-param name="cssClass" select="'searchAdvancedPlaceMargin'"/>
    </xsl:call-template>
    </div>
    </xsl:for-each>
    -->
    
    1. Save changes.

    • Article last edited: 08-Oct-2013
    • Was this article helpful?