# Slot: limit _the maximum number of search results to be returned in one batch_ URI: [ontosearch:limit](https://w3id.org/oak/search-datamodel/limit) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | ## Properties * Range: [Integer](Integer.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/search-datamodel ## LinkML Source
```yaml name: limit description: the maximum number of search results to be returned in one batch from_schema: https://w3id.org/oak/search-datamodel rank: 1000 alias: limit owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: integer ```