intermediate

This commit is contained in:
Fabian Freund
2025-01-23 14:03:55 +01:00
parent bd45ed64ee
commit 78c17a70c5
122 changed files with 8730 additions and 1662 deletions
@@ -3,4 +3,5 @@ abstract interface class IQueryBuilder {
int get ftsMinTokenLength;
String buildFtsQuery(String input);
String buildLikeQuery(String input);
}