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.
Functions
Function | Description |
---|---|
FooterButtonAiAssistant({ onClick }) | |
useSemanticSearch({ searchTerm, objectTypes, deepSearch, limit, backend, workspace, }) | (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. |
Interfaces
Interface | Description |
---|---|
FooterButtonAiAssistantProps |
Variables
Variable | Description |
---|---|
SemanticSearch | (BETA) Semantic search filed with dropdown for selecting items. |
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. |