mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
FTS5-Suche
This commit is contained in:
@@ -6,6 +6,11 @@ import (
|
||||
"github.com/Theodor-Springmann-Stiftung/musenalm/helpers/datatypes"
|
||||
)
|
||||
|
||||
type FTS5QueryRequest struct {
|
||||
Fields []string
|
||||
Query []string
|
||||
}
|
||||
|
||||
type FTS5IDQueryResult struct {
|
||||
ID string `db:"id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user