Search View
ui_view_search
Field | Type or Relationship name | Description | Since |
---|---|---|---|
title | String | The title displayed to the user. | |
fetch | String31 | The fetch. | |
name | String | The name. Used in the url. | |
exportable | Integer | If the search view result is exportable. This will override the view_search_exportable setting. | 1.5.2 |
id_ui_view_edit | ui_view_edit_ui_view_search | The edit view. If null the search view is considered read-only and the add, edit, delete, selection and entity action features are disabled. | |
id_ui_module | ui_module_ui_view_search | The module. | |
config | String31 | Extra config options. | 1.7.0 |
uuid | String | UUID. | |
key_name | String | The name of the key property in the results. |
ui_view_search_filter
Filters for the search view.
Field | Type or Relationship name | Description | Since |
---|---|---|---|
title | String | The title of the input field displayed to the user. | |
argument_name | String | The name of the argument defined in the fetch. | |
property_name | String | The property on which the operator is applied. | |
rank | Integer | The rank used to display the filters in order. | 1.5.1 |
default_value | String | The initial default value. | 1.5.0 |
id_ui_catalog | ui_catalog_ui_view_search_filter | The catalog. Used only for the FixedList and DynamicList input types. | |
id_ui_input_type | ui_input_type_ui_view_search_filter | The input type displayed to the user. | |
id_ui_filter_operator | ui_filter_operator_ui_view_search_filter | The filter operator. |
ui_view_search_column
The column names and types for the fetch result fields.
Field | Type or Relationship name | Description |
---|---|---|
display_name | String | The title of the column displayed to the user. |
column_name | String | The name of the column as defined in fetch. |
rank | Integer | The rank (order) of the column. |
width | Integer | The width, in pixels. |
id_ui_view_type | ui_view_search_column_ui_view_type | The view type. |
id_nav_ui_view_edit | ui_view_search_column_ui_view_edit | The edit view for navigating. |
ui_view_search_action
Actions defined for the entire search view (not for the selection)
Field | Relationship name | Description |
---|---|---|
id_ui_action | ui_view_search_action_ui_action | The action. |