## Issue description When filtering for values containing ` `, the filter will match against `[nbsp]` instead. Apparently we need to decode these special entities. Ref: #910 (not the same issue but related)
Issue description
When filtering for values containing
, the filter will match against[nbsp]instead.Apparently we need to decode these special entities.
Ref: #910 (not the same issue but related)