Hello,
I attempted to sort some service data based off an enum value (of type string) and noticed that the filter failed to eliminate objects that contained the same phrase. I only wanted to see the objects with status “Registrert”, but also got the objects with status “Avregistrert” in my list, I assume because it contains the other phrase completely. The enum values are identical to the display names.
If the filter had been a text edit this makes sense, but when it is a multi-select I expected a different behavior.

