core icon indicating copy to clipboard operation
core copied to clipboard

Regression: Filter values are not decoded

Open discordier opened this issue 6 years ago • 2 comments

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)

discordier avatar Jan 08 '19 19:01 discordier

@discordier maybe a known issue - and we check this at MM ^2.2

zonky2 avatar Jan 10 '19 18:01 zonky2

@discordier you can check this at our testcase e.g. with Do[nbsp]enbsp.html

  • search Do[nbsp]enbsp => result
  • search Do enbsp => no result

maybe we should the same transfer from   to [nbsp] as Contao in the Backend

zonky2 avatar Mar 08 '19 06:03 zonky2