Type Alias: QueryTerm
@kortexya/reasoninglayer / Fuzzy / QueryTerm
Type Alias: QueryTerm
QueryTerm = {
termId:string;type:"by_id"; } | {features:Record<string,ValueDto>;sortId:string;type:"inline"; }
Defined in: src/types/fuzzy.ts:107
Query term specifier for fuzzy operations.
Remarks
Tagged union discriminated by type. Either references an existing term
by ID or specifies an inline term with sort ID and features.