[Koha-bugs] [Bug 32695] Search string for various 7xx linking fields is incorrectly formed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 19 08:46:56 CET 2024


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

Sabrina Kiehl <kiehl at mpis.mpg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kiehl at mpis.mpg.de
             Status|Needs Signoff               |Signed Off

--- Comment #12 from Sabrina Kiehl <kiehl at 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.


More information about the Koha-bugs mailing list