intuit / intuit/graphql-filter-java
Add proper support for string starts/ends operators
Open
- Dominant language
- Java
- Stars
- 73
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation for String `starts` and `ends` operators is a switch fall through to `contains`. Proper SQL implementations with `LIKE %` and `LIKE %` should be provided instead.
Contributor guide
Assessment
This issue has not been assessed yet.