Abschluss Bandsuche

This commit is contained in:
Simon Martens
2025-02-27 13:02:23 +01:00
parent 57f95122c8
commit d2e7f91c92
11 changed files with 330 additions and 195 deletions

View File

@@ -9,6 +9,7 @@ import (
type FTS5QueryRequest struct {
Fields []string
Query []string
OP Operator
}
type FTS5IDQueryResult struct {