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

    How to set Words Adjacent by default making it not appear in Web OPAC Search

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Desired Outcome Goal:
    * Set default “Words Adjacent” option and making it not visible in Basic Search

    Procedure:
    * Edit $alephe_root/www_f_lng/find-b-head
    * Change the section:
    From
    <tr>
    <td class="td2">
    Words adjacent?
    </td>
    <td class="td2">
    <input Type="radio" name="adjacent" $$1000-C"N" value="N"> No
    <input type="radio" name="adjacent" $$1000-C"Y" value="Y"> Yes
    </td>
    </tr>
    Option A) for word adjacent default option No
    To:
    <input Type="hidden" name="adjacent" $$1000-C"N" value="N">

    Option B) for word adjacent default option Yes
    To:
    <input Type="hidden" name="adjacent" $$1000-C"Y" value="Y">

    Category: Web OPAC (500)

    Subject: html Pages (500)


    • Article last edited: 10/8/2013