ISemanticSearchQuery
Home > @gooddata/sdk-backend-spi > ISemanticSearchQuery
ISemanticSearchQuery interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Semantic search query.
Signature:
export interface ISemanticSearchQuery
Methods
Method |
Description |
---|---|
(BETA) Execute the search. | |
(BETA) Define whether the search should be deep or not. | |
(BETA) Define a limit for the number of results returned by the search. | |
(BETA) Define a list of object types to search for. | |
(BETA) Define a search term for the search. |