[koha-commits] main Koha release repository branch new/bug_6253 created. v3.04.00-744-g18b8991

Git repo owner gitmaster at git.koha-community.org
Wed Oct 19 05:23:45 CEST 2011


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, new/bug_6253 has been created
        at  18b8991cf1832a0ee79a526e6438b51fdb4f3208 (commit)

- Log -----------------------------------------------------------------
commit 18b8991cf1832a0ee79a526e6438b51fdb4f3208
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Thu Sep 22 09:43:12 2011 -0500

    bug_6253: Unified member Search()
    
    Removed SearchMembers() and replaced with more generic Search()
    Amended Search() to try cardnumber first
    Replaced SearchMembers() calls with Search()
    Replaced SELECT with Search() where appropriate
    C4::SQLHelper:
    - added support for '' key for search filter.
    - when passing an array to filter, join with OR (rather than AND)
    - added support for key => [val1, val2] in filter
    - did not document - there was no input documentation to start with,
      and SQLHelper should be replaced with something better anyway
    
    Signed-off-by: Liz Rea <lrea at nekls.org>
    (again - testing merge issue)
    The functionality of the patch seems to be maintained with Biblibre's changes.
    
    I tested the following:
    Extended attribute searching: works
    3 part name searching: works
    2 part name searching: works
    1 part name searching: works
    
    From:
    mainpage.pl
    members-home.pl
    	Patron search limited by branch: Works
    	Patron search limited by patron category: works
    	Ordering by cardnumber instead of surname: works
    The "Check Out" field in the masthead.
    
    Circ Autocomplete is not reliably functional at this time, but the problem appears to predate this patch.
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list