Bug 10822

Summary: Matcher should use SimpleSearch for authorities
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Jared Camins-Esakov 2013-09-04 18:14:09 UTC
Although C4::Matcher now supports both bibliographic and authority records, it has been using SearchAuthorities for authorities. Ideally it should use SimpleSearch when possible as part of our ongoing efforts to centralize, normalize, and de-insanify the search code, and in order to provide the user with additional indexes under QueryParser.
Comment 1 Katrin Fischer 2023-07-08 17:23:28 UTC
I am not sure if this bug report is still valid, especially with the removal of QueryParser.