]> git.koha-community.org Git - koha.git/commit
Bug 10230: no need to use SimpleSearch for matching auths
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 11 May 2013 14:40:09 +0000 (10:40 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 19 May 2013 12:41:14 +0000 (08:41 -0400)
commit006e45aeaf9fb1d0c93704c5f9d9ac251f8ff824
tree79c4f46ff4ae4573ee969e0ba3f50e54444d92ee
parent43e0400728901bef61b40866e7007cac7680523b
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.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 2708db52778944f41b36379cc5f202a8ddea6a5a)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Matcher.pm