HybridSearchMatcher
Home > @gooddata/sdk-ui-semantic-search > HybridSearchMatcher
HybridSearchMatcher type
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.
Defines the shape of the search matcher.
Signature:
export type HybridSearchMatcher = <I extends SearchItem, G extends SearchItemGroup<I>>(item: I | G | string, searchQueryUpper: string) => boolean;
References: SearchItem, SearchItemGroup