# Slot: matches_full_search_term _Does the matched field match the full string_ URI: [ontosearch:matches_full_search_term](https://w3id.org/oak/search-datamodel/matches_full_search_term) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SearchResult](SearchResult.md) | An individual search result | no | ## Properties * Range: [Boolean](Boolean.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/search-datamodel ## LinkML Source
```yaml name: matches_full_search_term description: Does the matched field match the full string from_schema: https://w3id.org/oak/search-datamodel rank: 1000 alias: matches_full_search_term owner: SearchResult domain_of: - SearchResult range: boolean ```