https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695
Sabrina Kiehl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Signed Off --- Comment #12 from Sabrina Kiehl <[email protected]> --- Hi, For MARC 787 the search string was already formed as intended (ti,phr:("title") AND au:("creator")) before applying the patch. After applying the patch the search string is a combined with subfield t in ti,phr index and subfield a in au index. If subfield a is empty the search string is formed : ti,phr:("title") If subfield t is empty the search string is formed: ti,phr:("") AND au:("creator") Which seems okay to me, because I can't think of a cataloguing situation in which subfield t could be empty and only subfield a is used. I just want to mention it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
