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

Git repo owner gitmaster at git.koha-community.org
Wed Sep 4 16:13:49 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  a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02 (commit)
      from  69577a1a77413e0609b9f0f4eca4f4ce969ad9a7 (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 a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Aug 19 11:29:13 2013 +1000

    Bug 10755 - Add "Keyword as Phrase" to staff client advanced search indexes
    
    This patch adds a "Keyword as Phrase" index to the search options in
    the staff client.
    
    Test Plan:
    
    1) Go to the Advanced Search in the staff client and click on the "Keyword"
    drop-down list.
    2) Note that there is only a "Keyword" not a "Keyword as Phrase" option
    3) Apply the patch
    4) Reload the Advanced Search
    5) Note that there is now a "Keyword as Phrase" option as well
    
    If you want to test the functionality...it will depend on your catalogue
    data.
    
    Basically, a phrase search will allow you to find "Keyword Adjacent To
    Keyword" rather than a more scattershot search that finds the keywords
    regardless of their position to each other.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Template change is correct, and in my tests the searching behavior was
    correctly modified: Using "keyword as phrase" returned only results
    where the terms were adjacent.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Passes koha-qa.pl, trivial patch with no possible side effects.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/includes/search_indexes.inc            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list