graphql-filter-java
graphql-filter-java copied to clipboard
Add proper support for string starts/ends operators
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.