[koha-commits] main Koha release repository branch master updated. v16.05.00-517-g4884f3a

Git repo owner gitmaster at git.koha-community.org
Thu Aug 18 18:02:57 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, master has been updated
       via  4884f3a00a99c959059b7d12544c271a1e1ab616 (commit)
      from  5ec898b401670c822e159e3ae6f0e0ecb36bc789 (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 4884f3a00a99c959059b7d12544c271a1e1ab616
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>

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

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