intuit / intuit/graphql-filter-java
Add proper support for string starts/ends operators
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 73
- Forks
- 33
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.