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

result (required)

result

The result item to use.

Result

field (required)

field

The multi-value field whose values you want to display.

string

label

label

(Optional) The label to display.

string

undefined

delimiter

delimiter

The delimiter used to separate values when the field isn’t indexed as a multi value field.

string

undefined

maxValuesToDisplay

max-values-to-display

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>".

number

3

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

56.0

isExposed

false