https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36609 --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 175282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175282&action=edit Bug 36609: Update index type labels for search engine configuration This fixes the labels used for the type options when configuring Elasticsearch search fields so that they use: - sentence case - the full name, instead of abbreviations (to make it clearer for translators) Test plan: 1. Go to Administration > Catalog > Search engine configuration (Elasticsearch). 2. In the search fields tab, select the type column dropdown list for any field. Note the labels used for these options: - <empty entry> (the default option) - Std. Number - Call Number 3. Apply the patch. 4. Refresh the page. 5. Repeat step 2 and note that the option labels are now: - Default (instead of being blank) - Identfier (instead of Std. Number) - Call number (instead of Call Number) 6. Sign off D: -- You are receiving this mail because: You are watching all bug changes.