https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19485 --- Comment #1 from David Bourgault <david.bourgault@inlibro.com> --- Created attachment 68260 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68260&action=edit Bug 19485 - Don't transform se: limit for ES This removes the field name conversion for the Series title. Before it would transform 'se' into 'title-series', now in won't since ES indexes as 'se' by default. TEST PLAN: 0) Create a record with a "Series title" tag (440$a or 490$a in MARC21) 1) In the OPAC, do a search which would include the record from step 0) 2) In the left facet selection, click on the series title. <==== Without patch 3) No results will be shown, the breadcrumbs show the limit as 'title-series' ====> With patch applied 3) Results will show correctly, breadcrumbs show the limit as 'se' -- You are receiving this mail because: You are watching all bug changes.