techniq/odata-query

adding whitespace after contains

JavadAg opened this issue · 0 comments

I'm not sure if this meets the OData standard. Currently, I have to manually add a whitespace after each 'contains' in the query after it is built. Is there a way to do this automatically during query creation ?
contains(PropName,'foo') >> contains(PropName, 'foo')