[Koha-bugs] [Bug 10230] Match points do not work with authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 12 22:26:34 CEST 2013


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

--- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 18101
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18101&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list