intuit / intuit/graphql-filter-java
Add proper support for string starts/ends operators
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 73
- Forks
- 33
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.