[Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 27 00:07:50 CEST 2020


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

--- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I found some information here, that is promising:

https://perldoc.perl.org/perlunicode.html
For instance, \p{Uppercase} matches any single character with the Unicode
"Uppercase" property, while \p{L} matches any character with a General_Category
of "L" (letter) property 

So maybe we could just switch out [A-Z] for the \p{Uppercase}.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list