http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8206
--- Comment #10 from Jared Camins-Esakov <[email protected]> --- Created attachment 10860 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10860&action=edit Bug 8206: make authority search indexes consistent This commit makes the search indexes used for search authorities in the staff client and OPAC more consistent by using the Mainentry, Match, and Any indexes for both, and adjusting the labels so that they correctly describe what the indexes do. Note that the Match index was chosen instead of the Match-heading index because Match-heading has the additional attribute of being for phrase searches and exact matches, whereas Match is used for keyword matching, and is more applicable with GRS-1 indexed records (thanks to the well-known limitations of GRS-1 and exact matching of headings). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
