Tag Cloud filter chinese terms

Hey guys,

We have already filtered for the German language. The problem is that we still have Chinese terms in our TAG CLOUD. How can we filter them?

See screenshot.

Hi @mihribanstrk,

you could look into filtering your input for ranges of letters, e.g. with a row filter that applies a regex such as [\u00C0-\u017Fa-zA-Z-' ]+ (taken from javascript - Regex for Umlaut - Stack Overflow)

Kind regards
Marvin

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.