Operators.LIKE does not serialize correctly
Closed this issue · 1 comments
jadrake75 commented
The LIKE Operator should serialize either as a contains, startsWith or endsWith syntax however it handles neither.
See stamp-web/stamp-webservices#39
Ideally if the operator is LIKE and the value is a string with *xxxx then endsWith function should be written out.
jadrake75 commented
fixed