http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14991 --- Comment #1 from Gaetan Boisson <gaetan.boisson@biblibre.com> --- Created attachment 43297 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43297&action=edit BUG 14991 Improve consistency of authority search At the moment we can search authorities from two places: authorities-home.pl and auth_finder.pl (while cataloguing). The auth_finder.pl page offers searching specifically in the $a of the main heading, while the authorities home page doesn't. Additionally, the wording and order of the options is different. authorities-home.pl has: Search main heading Search all headings Keyword search while auth_finder.pl has: Main entry ($a only) Main entry Anywhere Heading match This patch will add some consistency so that both pages offer: Search main heading ($a only) Search main heading Search all headings Search entire record Test plan: - apply patch - go to authorities home - check that previous searches are still working - check that the new ($a only) search is working - go to auth finder (from cataloguing) - check that searches are still working - check that we do have the same wording in both pages and that forms are now consistent -- You are receiving this mail because: You are watching all bug changes.