jadrake75/odata-filter-parser

Operators.LIKE does not serialize correctly

Closed this issue · 1 comments

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.

fixed