List of Search Result EVAM card properties

  • Release version: Xanadu
  • Updated July 9, 2025
  • 7 minutes to read
  • You can customize the appearance of standard search results in your AI Search application by changing these properties in the application's Search Result EVAM (Entity View Action Mapping) cards.

    To learn about configuring properties for Search Result EVAM cards, see Configure EVAM display settings for search results in AI Search applications.

    Note:
    The following properties are only supported for EVAM cards with component property value sn-search-result-evam-card. Don't set these properties for EVAM cards with any other component value.
    Property Description
    avatarURL

    Defines the URL for the image you want to show on the Search Result card when imageType is set to avatar.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.
    detailLabelOne, detailLabelTwo, detailLabelThree, detailLabelFour, detailLabelFive, detailLabelSix, detailLabelSeven, detailLabelEight, detailLabelNine, and detailLabelTen

    Defines label content for the Search Result card's detail label-value pairs. You can show up to 10 label-value pairs on the Search Result card.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for one of these properties, include the property in the staticValues object and specify the text as its key value. To populate one of these properties with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.

    To define value content for these label-value pairs, see detailValueOne through detailValueTen. detailValueOne sets the value for detailLabelOne, detailValueTwo sets the value for detailLabelTwo, and so on up through detailValueTen and detailLabelTen

    For additional configuration of how a search result's details are shown on the Search Results card, see detailLabelType, detailLabelSeparator, and detailPosition.

    detailLabelSeparator

    Defines the character used to separate inline label-value pairs. Only applies when detailLabelType is set to inline.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.
    detailLabelType

    Defines how to render label-value pairs on the Search Result card.

    • Type: choice list
    • Default value: inline
    • Supported values:
      • inline: Render label-value pairs using the Label-value component, with each label appearing on the same line as its value string.
      • stacked: Render label-value pairs using the Label value stacked component, with each label appearing on a separate line from its value string.
    detailPosition
    Defines where search result detail label-value pairs are shown relative to the Search Result card's summary field.
    • Type: choice list
    • Default value: below
    • Supported values:
      • above: Search result details are shown above the summary field.
      • below: Search result details are shown below the summary field.
    detailValueOne, detailValueTwo, detailValueThree, detailValueFour, detailValueFive, detailValueSix, detailValueSeven, detailValueEight, detailValueNine, and detailValueTen

    Defines value content for the Search Result card's detail label-value pairs. You can show up to 10 label-value pairs on the Search Result card.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for one of these properties, include the property in the staticValues object and specify the text as its key value. To populate one of these properties with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.

    To define label content for these label-value pairs, see detailLabelOne through detailLabelTen. detailLabelOne sets the label for detailValueOne, detailLabelTwo sets the label for detailValueTwo, and so on up through detailLabelTen and detailValueTen

    For additional configuration of how a search result's details are shown on the Search Results card, see detailLabelType, detailLabelSeparator, and detailPosition.

    hideIcon

    Defines whether you want to show or hide the icon on the Search Result card.

    • Type: true | false
    • Default value: false
    • Supported values:
      • false: Show the configured icon on the Search Result card.
      • true: Do not show an icon on the Search Result card.
    icon

    Defines the icon you want to show on the Search Result card when imageType is set to icon. This icon is also shown as a fallback when imageType is set to image but no imageURL value is provided.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.

    For the set of available icon names, see the Icon Gallery in the Next Experience reference section on the ServiceNow® Developer Site.

    iconSize

    Defines the size of the icon or avatar image shown on the Search Result card.

    • Type: choice list
    • Default value: xl (if imageType is set to icon) or md (if imageType is set to avatar)
    • Supported values:
      • sm: Show a small icon or avatar image on the Search Result card.
      • md: Show a medium-sized icon or avatar image on the Search Result card.
      • lg: Show a large icon or avatar image on the Search Result card.
      • xl: Show an extra-large icon or avatar image on the Search Result card.
    imageType

    Defines the type of marker you want to show on the Search Result card.

    Supported values:
    • avatar
    • icon
    • image
    imageURL

    Defines the URL for the image you want to show on the Search Result card when imageType is set to image.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.
    summary

    Defines the content of the Search Result card's summary field.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.
    summaryFontSize

    Defines the font size for the Search Result card's summary field.

    • Type: choice list
    • Default value: sm
    • Supported values:
      • sm: Show the Search Result card's summary field in small font size.
      • md: Show the Search Result card's summary field in medium font size.
      • lg: Show the Search Result card's summary field in large font size.
      • xl: Show the Search Result card's title summary in extra-large font size.
    textHeaderLabelOne, textHeaderLabelTwo, and textHeaderLabelThree

    Defines the content of the Search Result card's text header labels. If you specify multiple text header labels, they appear separated by a pipe | character.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for one of these properties, include the property in the staticValues object and specify the text as its key value. To populate one of these properties with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.
    titleFontSize

    Defines the font size for the Search Result card's title field.

    • Type: choice list
    • Default value: lg
    • Supported values:
      • sm: Show the Search Result card's title field in small font size.
      • md: Show the Search Result card's title field in medium font size.
      • lg: Show the Search Result card's title field in large font size.
      • xl: Show the Search Result card's title field in extra-large font size.
    titleLabel

    Defines the content of the Search Result card's title field.

    • Type: string
    • Default value: (no value)
    Note:
    To specify literal text for this property, include the property in the staticValues object and specify the text as its key value. To populate this property with the current search result's value from an AI Search indexed field, include the property in the mappings object with the field name as its value. For a list of AI Search indexed field names, see AI Search index fields.