Updates
This commit is contained in:
Vendored
+7
@@ -828,8 +828,15 @@ export type ServerQueryParam<T extends {
|
||||
join?: ServerQueryParamsJoin<K>[];
|
||||
group?: (keyof T)[];
|
||||
countSubQueries?: ServerQueryParamsCount[];
|
||||
fullTextSearch?: ServerQueryParamFullTextSearch;
|
||||
[key: string]: any;
|
||||
};
|
||||
export type ServerQueryParamFullTextSearch = {
|
||||
fields: string[];
|
||||
searchTerm: string;
|
||||
/** Field Name to user to Rank the Score of Search Results */
|
||||
scoreAlias: string;
|
||||
};
|
||||
export type ServerQueryParamsCount = {
|
||||
table: string;
|
||||
srcTrgMap: {
|
||||
|
||||
Reference in New Issue
Block a user