Skip to content

Field - separator (knowledge graph)

Description

Defines a separator used when displaying multi-value fields as a string. All values that are returned as an array, will be concatenated using a provided separator.

Note it requires field.display to be set to string.

Default value

field: {
  separator: ', '
}

Examples

field: {
  separator: ' | ',
}

See also

top

Funnelback logo
v15.24.0