feat(v3): populate searchable_fields for all remaining object definitions
This commit is contained in:
@@ -21,7 +21,7 @@ cms_obj_li = {
|
||||
'searchable_fields': [
|
||||
'page_id_random', 'account_id_random', 'site_id_random', 'name',
|
||||
'title', 'description', 'content_html', 'enable', 'hide',
|
||||
'priority', 'group', 'created_on', 'updated_on'
|
||||
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'post': {
|
||||
@@ -49,7 +49,7 @@ cms_obj_li = {
|
||||
'post_id_random', 'account_id_random', 'organization_id_random',
|
||||
'person_id_random', 'user_id_random', 'title', 'content',
|
||||
'type_code', 'topic_code', 'category_code', 'tags', 'location',
|
||||
'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
||||
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'post_comment': {
|
||||
@@ -76,7 +76,7 @@ cms_obj_li = {
|
||||
'searchable_fields': [
|
||||
'post_comment_id_random', 'account_id_random', 'post_id_random',
|
||||
'person_id_random', 'user_id_random', 'content', 'enable', 'hide',
|
||||
'priority', 'group', 'created_on', 'updated_on'
|
||||
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'site': {
|
||||
@@ -94,7 +94,7 @@ cms_obj_li = {
|
||||
# V3 Search Security:
|
||||
'searchable_fields': [
|
||||
'site_id_random', 'account_id_random', 'code', 'name', 'tagline',
|
||||
'description', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
||||
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'site_domain': {
|
||||
@@ -116,7 +116,7 @@ cms_obj_li = {
|
||||
# V3 Search Security:
|
||||
'searchable_fields': [
|
||||
'site_domain_id_random', 'account_id_random', 'site_id_random',
|
||||
'fqdn', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
||||
'fqdn', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user