FTS simplifications

This commit is contained in:
Zef Hemel
2023-10-03 15:24:07 +02:00
parent 0b4f938c5d
commit d0bc1bc722
10 changed files with 119 additions and 217 deletions
+1
View File
@@ -66,6 +66,7 @@ export type Query = {
select?: Select[];
limit?: QueryExpression;
render?: string;
distinct?: boolean;
};
export type KvQuery = Omit<Query, "querySource"> & {