[Koha-bugs] [Bug 13692] Series link is only using 800a instead of 800t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 8 22:15:49 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I wonder if I made a thinking error here when we talked about it. We look for
the series title in ser - which should work ok. But looking for the author in
au probably shouldn't work.

800$a is not in the au index:

1047   <index_subfields tag="800" subfields="a">
1048     <target_index>Name-and-title:w</target_index>
1049     <target_index>Title-series:w</target_index>
1050     <target_index>Title-series:p</target_index>
1051   </index_subfields>

1053   <index_subfields tag="800" subfields="t">
1054     <target_index>Author-title:w</target_index>
1055     <target_index>Name-and-title:w</target_index>
1056     <target_index>Title:w</target_index>
1057     <target_index>Title-series:w</target_index>
1058     <target_index>Title-series:p</target_index>
1059   </index_subfields>

... but it does kind of work... which is odd.

Maybe as both are in Title-series it should be something like:

localhost:8081/cgi-bin/koha/catalogue/search.pl?idx=se,phr&q=+Martin%2C+Robert+C.&op=and&idx=se,phr&q=Robert+C.+Martin+series

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list