# Slot: properties _determines which properties are searched over_ URI: [ontosearch:properties](https://w3id.org/oak/search-datamodel/properties) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | ## Properties * Range: [SearchProperty](SearchProperty.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/search-datamodel ## LinkML Source
```yaml name: properties description: determines which properties are searched over from_schema: https://w3id.org/oak/search-datamodel rank: 1000 multivalued: true alias: properties owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchProperty ```