withLimit()
Home > @gooddata/sdk-backend-spi > ISemanticSearchQuery > withLimit
ISemanticSearchQuery.withLimit() method
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.
Define a limit for the number of results returned by the search.
Signature:
withLimit(limit: number): ISemanticSearchQuery;
Parameters
Parameter |
Type |
Description |
---|---|---|
limit |
number |
Returns: