--- title: QuanticResultHighlightedTextField slug: latest-result-template-result-highlighted-text-field canonical_url: https://docs.coveo.com/en/quantic/latest/reference/result-template-components/result-template-result-highlighted-text-field/ collection: quantic source_format: adoc --- # QuanticResultHighlightedTextField > **Note** > > This component was introduced in version `2.38.0`. The `QuanticResultHighlightedTextField` component displays a given result field value and supports text highlighting for the following fields: `title`, `excerpt`, `printable URI`, `first sentences` and `summary`. Make sure the field specified in this component is also included in the field array for the relevant template. See the this example: [Quantic usage](https://docs.coveo.com/en/quantic/latest/usage/#javascript). ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `result` _(required)_ | `result` a| The [result item](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.Result.html) to use. | `Result` | | `label` | `label` a| (Optional) The label to display. | `string` | `undefined` | `field` _(required)_ | `field` a| The field whose value is displayed by the component. | `string` | |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `58.0` | `isExposed` | `false` |=== --