useHybridSearch()
Home > @gooddata/sdk-ui-semantic-search > useHybridSearch
useHybridSearch() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Use a hybrid search implementation that debounce the search query and provide semantic search related results
Signature:
export declare function useHybridSearch<I extends SearchItem, G extends SearchItemGroup<I>>({ limit, workspace, backend, debounceMs, allowSematicSearch, deepSearch, objectTypes, includeTags, excludeTags, matcher, itemBuilder }: IUseHybridSearchOptions<I>): IHybridSearchResult<I, G>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ limit, workspace, backend, debounceMs, allowSematicSearch, deepSearch, objectTypes, includeTags, excludeTags, matcher, itemBuilder } |
Returns:
IHybridSearchResult<I, G>