crnk-framework icon indicating copy to clipboard operation
crnk-framework copied to clipboard

LIKE filter with different types

Open Kokogino opened this issue 4 years ago • 0 comments

I have a text input field which's input (a string) is compared with a field of an object using LIKE comparison. The compared field is of type java.util.UUID. I get the error failed to parse value "samplePartialUUID" to type class java.util.UUID.

The UUID should be cast to a string and then compared.

Kokogino avatar Feb 21 '20 14:02 Kokogino