[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1036-g0ab71d3

Git repo owner gitmaster at git.koha-community.org
Sat Sep 7 20:17:47 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  0ab71d32641d092d11228f0e2282dd8805198720 (commit)
      from  26b2bd1fe02012115a5bf9736e8d446f4bc52a9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ab71d32641d092d11228f0e2282dd8805198720
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Aug 16 15:10:56 2013 +0200

    Bug 10742: improve converting simple search to Z39.50 search
    
    In intranet, when search does not return results, there is a button
    to perform the same search on Z39.50 servers.  This works well when
    coming from advanced search.  But when using simple search from header,
    in the Z39.50 search box "kw,wrdl" is added to the operand in title.
    
    This patch simply adds kw as default value when the cgi does not have
    idx parameter.
    
    Test plan :
    - In intranet, perform a search from header that does not return any
      result. For example "afalseword"
    - Click on "Z39.50 Search"
    => you get a popup with the searched word in title. For example:
        Title: afalseword
    - Go to advanced search page
    - Enter the same word into first input and submit
    - Click on "Z39.50 Search"
    => you get a popup with the searched word in title.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Small change, fixes an annoying problem.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 catalogue/search.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list