@@ -, +, @@ series entry visible in search result (OPAC and intra) Have an authority records for series (130, or 100/110/111 with title) with rejected forms (4XX fields). So the auth record should contain at least: 130 _0 $a Series title 430 _0 $a Some other title under which the series in known Use (each) authority record in at least two biblio records (in appropriate fields, i.e. 800/810/811/830 or even deprecated 440, if it makes use of UNIF_TITLE). Don't forget to properly input also 490 (for 8XX). So the biblio record shold contain at least: 245 nn $a Work title. 490 1_ $a Series title 830 _0 $a Series entry $9 Reindex. from auth record. shold see not only the accepted entry from 1XX in auth but also the rejected forms from 4XX. --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -411,7 +411,7 @@ Series: - + ?q=se,phr:"" @@ -461,7 +461,7 @@ - + ?q=rcn: @@ -503,7 +503,7 @@ | - + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -375,7 +375,7 @@ Series: - + ?q=se,phr:"" @@ -425,7 +425,7 @@ - + ?q=rcn: @@ -467,7 +467,7 @@ | - + --