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 |
---|---|
query(options) | (BETA) Execute the search. |
withDeepSearch(deepSearch) | (BETA) Define whether the search should be deep or not. |
withLimit(limit) | (BETA) Define a limit for the number of results returned by the search. |
withObjectTypes(types) | (BETA) Define a list of object types to search for. |
withQuestion(question) | (BETA) Define a search term for the search. |