This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.
This package provides a set of React-based UI components and hooks for semantic search within your metadata.
Example usage:
import { SemanticSearch } from "@gooddata/sdk-ui-semantic-search";
const App = () => {
return (
<SemanticSearch
workspaceId="your-workspace-id"
backend={tigerBackend}
onSelect={handleSearchItemSelection}
onError={handleError}
/>
);
};
You can also use providers for backend and workspace.
(C) 2017-2022 GoodData Corporation
This project is under commercial license. See LICENSE.