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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 2 16:44:46 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  f791dd4770e84a82e15823b055707b15b461d24b (commit)
      from  520244503eaf42636e13cf8a44789c7cadd0445e (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 f791dd4770e84a82e15823b055707b15b461d24b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Sep 7 18:42:32 2013 +0000

    Bug 5645: improve converting simple search to Z39.50 search
    
    This patch builds on the patch for bug 10742 by ensuring
    that when a search initiated from the staff interface simple
    search returns results, if you click on the Z39.50 search
    button, the search form is populated with the search string
    without "kw,wrdl".
    
    To test:
    
    [1] Perform a search in the staff interface that will return
        results.
    [2] Click the Z39.50 search button.
    [3] Observe that the search string appears in the title
        field in the Z39.50 search form, but with a prefix of
        "kw,wrdl".
    [4] Apply the patch.
    [5] Repeat steps 1-2.  This time, the search string appears
        without the index prefix.  This will make the Z39.50 search
        much more likely to work.
    [6] Repeat steps 1-2, but with a search that does *not* return
        any hits in the Koha database.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list