[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-144-g7f60575

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:41:50 CEST 2016


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, 3.22.x has been updated
       via  7f60575e98ce23e1b5b9fcffc983bd6cac282823 (commit)
      from  0de09d5ae77885a822b244efb15c5de45cbc8283 (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 7f60575e98ce23e1b5b9fcffc983bd6cac282823
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Aug 11 10:58:40 2016 +0200

    Bug 17107 - Add ident and Identifier-standard to known indexes
    
    Add ident and Identifier-standard to known indexes in C4::Search::getIndexes().
    Those indexes can be very useful, for example for IdRef feature.
    
    Test plan :
    - Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example
    - Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234
    => you find the record
    - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234
    => Without patch : you get no results
    => With patch    : you find the record
    Idem for 'Identifier-standard'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4884f3a00a99c959059b7d12544c271a1e1ab616)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 7547ffcc96a43fb4228896a431344155c72bc910)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Search.pm |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list