Regex word bounday \b
doesn't work as expected for accented characters.
For Example. Take the input word as kúpeľniach
and if we have a glossified taxonomy term name as peľ
The word peľ
is highlighted correctly if separated by spaces. But if a word like kúpeľniach
is there, the filter is also picking this word. Ideally, the glossify filter should not pick this.
Need to add a Unicode modifier to the regular expression.
Since this is a case-specific requirement, suggesting a filter configuration which will be disabled by default. So that it doesn't affect existing users and also users get an option to enable this setting.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.