http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10230 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18101|0 |1 is obsolete| | Attachment #18102|0 |1 is obsolete| | Attachment #18103|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 18231 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18231&action=edit [PASSED QA] Bug 10230: no need to use SimpleSearch for matching auths When introducing QueryParser, I introduced a check for QueryParser at too high a level, causing authority matching to try and use SimpleSearch for authorities prematurely, when SearchAuthorities should be handling it. This patch corrects the level of the check. This patch only moves three lines, but thanks to the change in if level, it adjusts the indentation quite a bit. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Comments on third patch of this series. -- You are receiving this mail because: You are watching all bug changes.