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

--- Comment #7 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to