[Bug 6513] New: Library and Category filters when searching for a borrower to add to a routing list don't work correctly.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Bug #: 6513 Summary: Library and Category filters when searching for a borrower to add to a routing list don't work correctly. Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Serials AssignedTo: colin.campbell@ptfs-europe.com ReportedBy: robin@catalyst.net.nz QAContact: koha-bugs@lists.koha-community.org To reproduce: 1) * Put a borrower's name in the box * Leave the other two fields as "any" * This works correctly 2) * Put a borrower's name in the box * Set the "Library" field to a library, the "Category" field as "any" * This provides you all the borrowers in that library, ignoring the borrower's name. 3) * Repeat the above with a category set. * Note that the category doesn't affect the output at all. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> 2011-06-20 06:06:00 UTC --- Created attachment 4506 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4506 Bug 6513 - make the routing list search work properly, and faster too. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff AssignedTo|colin.campbell@ptfs-europe. |robin@catalyst.net.nz |com | -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #2 from Robin Sheat <robin@catalyst.net.nz> 2011-06-20 07:06:19 UTC --- Created attachment 4507 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4507 Bug 6513 - ensure the subscription ID gets carried across -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=4945, | |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=6500 -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #3 from Liz Rea <wizzyrea@gmail.com> 2011-08-05 18:25:46 UTC --- Created attachment 4870 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4870 [Signed Off] Bug 6513 - make the routing list search work properly, and faster too. Signed-off-by: Liz Rea <lrea@nekls.org> -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #4 from Liz Rea <wizzyrea@gmail.com> 2011-08-05 18:27:14 UTC --- Created attachment 4871 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4871 [Signed Off] Bug 6513 - ensure the subscription ID gets carried across Signed-off-by: Liz Rea <lrea@nekls.org> -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4506|0 |1 is obsolete| | -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4507|0 |1 is obsolete| | -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Patch Status|Signed Off |Failed QA --- Comment #5 from Ian Walls <ian.walls@bywatersolutions.com> 2011-08-29 21:22:54 UTC --- SQL in FindPartialName is unlimited, which could cause system slowness for large databases and generic queries. For this reason I mark it as Failed QA. The addition of a third patron search subroutine is counter to bug 6253, which is a sponsored change to bring Search and SearchMember together into a single, robust search routine. I would prefer to see the search for patrons in the serials routing list area use the same search routine as everywhere else (with different parameters passed as necessary), but I solicit community feedback on this. Should another patron search subroutine be allowed, if it solves this particular issue? -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P2 CC| |katrin.fischer@bsz-bw.de Version|rel_3_4 |master --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2012-02-19 12:38:27 UTC --- I confirm the search is still broken on current master, changing version to reflect this. Attached patches do no longer apply. -- 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. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> --- It would make the most sense for this to be modified to use existing patron search stuff, if it's possible for that to have filters too (or, we could apply the filters post-hoc I guess.) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This is still valid. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- Bug 13021 and bug 12648 use the member search webservice. When they will be pushed, maybe this one will be easy to implement using the same way. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 --- Comment #10 from Robin Sheat <robin@catalyst.net.nz> --- Erg, which I'd noticed this earlier, it would have been very easy to slap a 'LIMIT 20' or something onto the SQL. However now it probably doesn't apply. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13716 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org