[Koha-bugs] [Bug 5750] Add exact matching filter for categorycode and branchcode fields in search members's result

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 1 22:30:15 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5750

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ian.walls at bywatersolutions.
                   |                            |com
         Resolution|FIXED                       |

--- Comment #6 from Ian Walls <ian.walls at bywatersolutions.com> 2011-04-01 20:30:15 UTC ---
This patch breaks patron search.

If both text and a branchcode or categorycode are specified, the text is
ignored, and ALL matching patrons of either that branch or category (or both
together) are returned, regardless of whether they meet the textual
requirement.

A fix for this is particularly difficult to generate, because the root of the
Search() routing is in C4::SQLHelper, a very complex and twisty module.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list