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

    Is there a way to make the database label not appear on the search and results pages?

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

    Question

    Just above the search box on each page, the database name is displayed. Can that display be suppressed?

    Answer

    Comment out the templates that call page.search.database.label in the corresponding xsl files: 

    ..ui/<skin>/xsl/pageFacets/searchFacets.xsl 
    ..ui/<skin>/xsl/pageFacets/resultsFacets.xsl 

    <xsl:call-template name="buildDatabaseInfo"> 
    <!-- 
    <xsl:with-param name="databaseEleName" select="'page.search.database.label'"/> 
    --> 

    • Article last edited: 16-Nov-2017