https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37325
--- Comment #3 from Alexander Wagner <[email protected]> --- As fields from 260 are used to build links into Koha adding the punctuation actually clutters the search terms with these chars. IOW the actual search triggered currently is not for `Paris` but for `Paris : `. This is also true for all records that hold the punctuation, so adding it automatically does not degrade the situation and Koha seems to cope with that quite well. (This issue seems to have been discussed in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1807 some time ago already and the current state seems _good enough_.) To improve on this end one would need to add proper functionality to the XSLT to strip (the just added or stored) punctuation. Being limited to XSLT 1 a complete solution might get a bit complex (no regexps...) -- 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/
