Enum filtration in devtools

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.

Hi Morten,

Thank you for the report! This behavior has been reproduced in DevTools in the client, and also in DevTools for Services. This is sent to the Dev team, and this thread will be updated when the fix is available.

Rhys