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 |
---|---|
(BETA) Semantic search filed with dropdown for selecting items. | |
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 |
---|---|
Type Aliases
Type Alias |
Description |
---|---|
(BETA) Input parameters for the semantic search hook. | |
(BETA) The result of the semantic search hook. | |
(BETA) Semantic search component props. |