]> git.koha-community.org Git - koha.git/commit
Bug 29185: (QA follow-up) Quote title search in GetCnumSearchURL
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 10 May 2023 13:33:53 +0000 (13:33 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 10 May 2023 18:26:30 +0000 (15:26 -0300)
commitd236f73fbc60c6576b5aa21d84a26334f298214c
tree5407c2e3107c13119cfbdfb25d43b015b0b8c9d7
parent2d004a2e29a14a73d5b4f0e65d3577f7ed2c5f90
Bug 29185: (QA follow-up) Quote title search in GetCnumSearchURL

Test plan:
Disable UseControlNumber
Change biblio title to something like:
    Hamlet or CHINESE_CHARS
where you add some nice Chinese chars.
Create a 765 looking for that title in another biblio record.
Without this patch, the link at detail page finds both records,
since it looks for ti-phr:Hamlet OR the Chinese chars.
With this patch, the link at detail uses quotes and finds only
one, since the OR is now part of the ti-phr search.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl