Summary: | Setting library on patron search brings back all patrons regardless of search | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
Component: | Patrons | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, koha.sekjal, nengard, ruth, wizzyrea |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 6253 |
Description
Liz Rea
2011-04-07 21:20:39 UTC
Confirmed this still happens even if you set the library first, then type in your search This is because the branchcode or patron category "limit" is being passed to Search() in a way that implicitly OR's the results, rather than ANDing them. Unfortunately, with the currently implementation of Search(), this cannot be fixed without losing search on Extended Attributes. The patch for 6513 has code that will solve this problem. *** Bug 6500 has been marked as a duplicate of this bug. *** I'm also observing this behavior if you limit by patron category! This should have been fixed by bug 6253, and I do not observe this behavior in master. |