https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575 --- Comment #80 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to David Gustafsson from comment #75)
(In reply to Nick Clemens from comment #69)
Extra note: I found that indexes like 'se' and 'an' were not searchable - no results were returned from faceting or searchign like "se:pengiun" changing to title-series (or even 'ser' in testing) seemed to work
About this issue and the "an" alias, this does not work with this patch applied? The alias seems to exist in the %index_field_convert map, and is expanded as far as I can tell. But could look into this if not working. I got a little bit confused since bug 20388 says "'se' is fixed in bug 19575". :)
Aha, it turns out an should work, but an was mapped to authority-number and koha-auth-number was mapped to authority-number - but koha-auth-number was the field name :-) Patch attached -- You are receiving this mail because: You are watching all bug changes.