graphql-filter-java icon indicating copy to clipboard operation
graphql-filter-java copied to clipboard

Add proper support for string starts/ends operators

Open roele opened this issue 4 years ago • 0 comments

The current implementation for String starts and ends operators is a switch fall through to contains. Proper SQL implementations with LIKE <String>% and LIKE %<String> should be provided instead.

roele avatar Sep 21 '21 12:09 roele