Bug 10822 - Matcher should use SimpleSearch for authorities
Summary: Matcher should use SimpleSearch for authorities
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 18:14 UTC by Jared Camins-Esakov
Modified: 2023-07-08 17:23 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.