Overview of sdk-ui-semantic-search
Home > @gooddata/sdk-ui-semantic-search
sdk-ui-semantic-search package
This package provides React hooks and components for semantic search.
Variables
Variable | Description |
---|---|
SemanticSearch | (BETA) Semantic search filed with dropdown for selecting items. |
useSemanticSearch | (BETA) Hook to perform semantic search. Makes the request to server and returns the search results. The request is cancellable and auto-updates when the search term changes. |
Type Aliases
Type Alias | Description |
---|---|
SemanticSearchHookInput | (BETA) Input parameters for the semantic search hook. |
SemanticSearchInputResult | (BETA) The result of the semantic search hook. |
SemanticSearchProps | (BETA) Semantic search component props. |