[Koha-bugs] [Bug 6660] limiting search to a patron category shows all patrons in category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 2 18:55:47 CEST 2011


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-08-02 16:55:47 UTC ---
Confirmed. If I change the path of the search from the one which includes the
category:

/cgi-bin/koha/members/member.pl?resultsperpage=20&categorycode=J&orderby=surname,0&member=leonard&type=intranet

...to one which lacks the categorycode limit:

/cgi-bin/koha/members/member.pl?resultsperpage=20&orderby=surname,0&member=leonard&type=intranet

The search returns results correctly limited by search term. This suggests to
me that the problem is happening when the query is built rather than, for
instance, in the way the form is submitting it.

-- 
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