Vision ID: Standardize Site Domain and Journal objects with string-only IDs and searchable mapping
This commit is contained in:
@@ -116,8 +116,9 @@ cms_obj_li = {
|
||||
'base_name_alt': Site_Domain_FQDN_ID_Base,
|
||||
# V3 Search Security:
|
||||
'searchable_fields': [
|
||||
'site_domain_id_random', 'account_id_random', 'site_id_random',
|
||||
'fqdn', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
'id', 'account_id', 'site_id',
|
||||
'id_random', 'account_id_random', 'site_id_random',
|
||||
'fqdn', 'enable', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user