odata-query icon indicating copy to clipboard operation
odata-query copied to clipboard

adding whitespace after contains

Open JavadAg opened this issue 3 months ago • 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')

JavadAg avatar May 13 '24 10:05 JavadAg