https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 Sabrina Kiehl <kiehl@mpis.mpg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kiehl@mpis.mpg.de Status|Needs Signoff |Signed Off --- Comment #12 from Sabrina Kiehl <kiehl@mpis.mpg.de> --- 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.