Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is the structure the Search tab implements, it is basically the body of a result, in which the body in is made from multiple arrays, where each array represents a row in the actual display of the body.

And inside Inside each row, there’s there is one or multiple dynamic field configurations, each one with its properties, some general and other specific to the type.

General Properties

Applies for all field type

  • field - Name of the field to process
  • type - type of the dynamic field
  • label - (Optional) Display label to show on the left of the value

Type Specific (Examples)

  • format - for the date type field
  • fullSize - for the thumbnails
  • generic like the field, type or label property;
  • or type specific like it is the format property for the date type field


Result Body Implementation for Search Tab

...