customMatcher()
Home > @gooddata/sdk-ui-semantic-search > customMatcher
customMatcher() 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.
Custom matcher for the search. Can be used to match any property of the search item.
Signature:
export declare function customMatcher<I extends SearchItem, G extends SearchItemGroup<I>>(props: (keyof I & keyof G)[]): HybridSearchMatcher;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
(keyof I & keyof G)[] |
Returns: