In my case, if I set to "Does not contain" and input a word in Hewbrew, the given result does not omit submissions having this word.

Check with non-latin charcters - it work well.

Thanks.

Comments

jimbullington’s picture

Status: Active » Postponed (maintainer needs more info)

To my knowledge, I think PHP only handles single-byte characters for string comparison - I'm not sure how it would handle multi-byte strings - if that is what you are using. Perhaps you could submit an example to help illustrate what you are trying to do.