QuanticResultMultiValueText
QuanticResultMultiValueText
The QuanticResultMultiValueText
component displays a given result multi-value field value.
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.
Example
<template if:true={result.raw.language}>
<c-quantic-result-multi-value-text result={result} label="Languages" field="language" max-values-to-display="4"></c-quantic-result-multi-value-text>
</template>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The result item to use. |
|
|
|
|
The multi-value field whose values you want to display. |
|
|
|
|
(Optional) The label to display. |
|
|
|
|
The delimiter used to separate values when the field isn’t indexed as a multi value field. |
|
|
|
|
The maximum number of field values to display. If there are <em>n</em> more values than the specified maximum, the last displayed value will be "<em>n more…</em>". |
|
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|