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

    OPAC: Disable Quick Limits from Basic Search

    Created By: Laura Guy
    Created on: 5/14/2019



    [This article was copied from the Voyager Wiki.]

    Introduction

    This relates to the "New" Tomcat WebVoyage that is included in Voyager 7.0.1 and forward.

    We have several special collections databases that contain only bibliographic records - there is no circulation function related to these databases, and no patron data. Thus we wanted to remove several default aspects of the new user interface, including the Quick Limits dropdown that appears on the Basic search tab.

    Disable Quick Limits

    Comment out all of the options in the "Limit To" stanza of the webvoyage.properties file to remove the drop-down Quick Limit list from the Basic search page.

    webvoyage.properties is found here: /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/your_SKIN

    Code Example

    ###############################################################################

    #

    #  Limit To

    #

    ###############################################################################

    #===============================================

    # To specify a default quick limit on the Basic Search page, list its name in the page.search.limitTo option.

    # If there is no default quick limit on the Basic Search page, type "none"

    # NOTE these limits are used in the post search Filter functionality as well.

    #

    # LIMIT TO stanza commented out for Photo Database: LG 050108

    #===============================================

    # page.search.limitTo.selected=none

    #

    # page.search.limitTo.none=

    # page.search.limitTo.none.limit=none

    # page.search.limitTo.none.text=All Material

    # page.search.limitTo.2006AndAfter=

    # page.search.limitTo.2006AndAfter.limit=Date=2006-

    # page.search.limitTo.2006AndAfter.text=2006 And After

    # page.search.limitTo.English=

    # page.search.limitTo.English.limit=LANG=ENG

    # page.search.limitTo.English.text=English language materials

    # page.search.limitTo.Videos=

    # page.search.limitTo.Videos.limit=MEDI=v

    # page.search.limitTo.Videos.text=Videos




    • Was this article helpful?