SemanticSearchHookInput
Home > @gooddata/sdk-ui-semantic-search > SemanticSearchHookInput
SemanticSearchHookInput type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Input parameters for the semantic search hook.
Signature:
export type SemanticSearchHookInput = {
searchTerm: string;
objectTypes?: GenAIObjectType[];
deepSearch?: boolean;
limit?: number;
backend?: IAnalyticalBackend;
workspace?: string;
};
References: GenAIObjectType, IAnalyticalBackend