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:40:13 +0000 (08:40 -0400)
commit2708db52778944f41b36379cc5f202a8ddea6a5a
treec8d3b17dee3e989d9c853bcc11ee9527e089d170
parentc07cd2e031b615882fd3cc6ea60f56cd44c631f2
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>
C4/Matcher.pm