feat(v3): populate searchable_fields for all remaining object definitions

This commit is contained in:
Scott Idem
2026-01-06 18:18:39 -05:00
parent c33ae332e9
commit 6470af0a01
9 changed files with 52 additions and 52 deletions

View File

@@ -51,7 +51,7 @@ other_obj_li = {
# V3 Search Security:
'searchable_fields': [
'sponsorship_cfg_id_random', 'account_id_random', 'name',
'description', 'created_on', 'updated_on'
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
],
},
'archive': {
@@ -87,7 +87,7 @@ other_obj_li = {
'searchable_fields': [
'archive_id_random', 'account_id_random', 'archive_type_id_random',
'name', 'description', 'filename', 'original_location', 'enable',
'hide', 'priority', 'group', 'created_on', 'updated_on'
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
],
},
'archive_content': {
@@ -124,7 +124,7 @@ other_obj_li = {
'searchable_fields': [
'archive_content_id_random', 'archive_id_random', 'name',
'description', 'filename', 'original_location', 'enable', 'hide',
'priority', 'group', 'created_on', 'updated_on'
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
],
},
'hosted_file': {
@@ -153,7 +153,7 @@ other_obj_li = {
'searchable_fields': [
'hosted_file_id_random', 'account_id_random', 'hash_sha256', 'title',
'description', 'filename', 'extension', 'content_type', 'enable',
'hide', 'priority', 'group', 'created_on', 'updated_on'
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
],
},
'hosted_file_link': {
@@ -171,7 +171,7 @@ other_obj_li = {
# V3 Search Security:
'searchable_fields': [
'hosted_file_link_id_random', 'hosted_file_id_random', 'for_type',
'for_id_random', 'enable', 'hide', 'priority', 'group',
'for_id_random', 'enable', 'hide', 'priority', 'sort', 'group', 'notes',
'created_on', 'updated_on'
],
},
@@ -203,8 +203,8 @@ other_obj_li = {
# V3 Search Security:
'searchable_fields': [
'cont_edu_cert_id_random', 'account_id_random', 'event_id_random',
'name', 'description', 'code', 'enable', 'hide', 'priority',
'group', 'created_on', 'updated_on'
'name', 'description', 'code', 'enable', 'hide', 'priority', 'sort',
'group', 'notes', 'created_on', 'updated_on'
],
},
'cont_edu_cert_person': {
@@ -220,7 +220,7 @@ other_obj_li = {
# V3 Search Security:
'searchable_fields': [
'cont_edu_cert_person_id_random', 'cont_edu_cert_id_random',
'person_id_random', 'enable', 'hide', 'priority', 'group',
'person_id_random', 'enable', 'hide', 'priority', 'sort', 'group', 'notes',
'created_on', 'updated_on'
],
},
@@ -237,7 +237,7 @@ other_obj_li = {
# V3 Search Security:
'searchable_fields': [
'grant_id_random', 'account_id_random', 'code', 'name',
'description', 'enable', 'hide', 'priority', 'group',
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes',
'created_on', 'updated_on'
],
},