Constructors

Methods

  • Returns an array of displayValues of extendedValues by the preview value.field

    Parameters

    Returns undefined | string[]

  • Returns SearchPreview array for complex field instances. If there is no field in the instance, undefined is added to the array

    Unidata.model.search.SearchHit.getValuesFromObjectMap

    Parameters

    • searchHit: SearchHit
    • complexFieldName: string
    • fieldName: string

    Returns (undefined | SearchPreview)[]

  • Returns Model Collection<Extended Value> by the preview value.field

    Parameters

    Returns undefined | ExtendedValue[]

  • Returns the value from the preview.values field by the preview value.field

    Unidata.model.search.SearchHit.getValuesFromObjectMap

    Type Parameters

    • T = any

    Parameters

    Returns T[]

  • Returns true if there is a field in the preview with the value fieldName

    Parameters

    Returns boolean

  • Returns an object where key: values in the preview field.field value: values in the preview.values field

    reimplementation of the Unidata.model.search.Searchit.map function To Object Values

    Parameters

    Returns Record<string, any>