https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36554 Bug ID: 36554 Summary: Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com In Elasticsearch, the field 041 (subfields: a, d, e, i, j) is not indexed with 'ln' search field. As a result records cannot be found when searching with languages present in 041 (but only with the one from 008/35-37), and the languages are also missing from the facet. Subfields content (only relevant subfields): $a - Language code of text/sound track or separate title $d - Language code of sung or spoken text $e - Language code of librettos $i - Language code of intertitles $j - Language code of subtitles All these subfields are repeatable. The most important is of course 041 $a but the rest could be also of interest. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.