FTS simplifications
This commit is contained in:
@@ -66,6 +66,7 @@ export type Query = {
|
||||
select?: Select[];
|
||||
limit?: QueryExpression;
|
||||
render?: string;
|
||||
distinct?: boolean;
|
||||
};
|
||||
|
||||
export type KvQuery = Omit<Query, "querySource"> & {
|
||||
|
||||
Reference in New Issue
Block a user