feat(v3): populate searchable_fields for all remaining object definitions
This commit is contained in:
@@ -21,7 +21,7 @@ cms_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'page_id_random', 'account_id_random', 'site_id_random', 'name',
|
'page_id_random', 'account_id_random', 'site_id_random', 'name',
|
||||||
'title', 'description', 'content_html', 'enable', 'hide',
|
'title', 'description', 'content_html', 'enable', 'hide',
|
||||||
'priority', 'group', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'post': {
|
'post': {
|
||||||
@@ -49,7 +49,7 @@ cms_obj_li = {
|
|||||||
'post_id_random', 'account_id_random', 'organization_id_random',
|
'post_id_random', 'account_id_random', 'organization_id_random',
|
||||||
'person_id_random', 'user_id_random', 'title', 'content',
|
'person_id_random', 'user_id_random', 'title', 'content',
|
||||||
'type_code', 'topic_code', 'category_code', 'tags', 'location',
|
'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': {
|
'post_comment': {
|
||||||
@@ -76,7 +76,7 @@ cms_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'post_comment_id_random', 'account_id_random', 'post_id_random',
|
'post_comment_id_random', 'account_id_random', 'post_id_random',
|
||||||
'person_id_random', 'user_id_random', 'content', 'enable', 'hide',
|
'person_id_random', 'user_id_random', 'content', 'enable', 'hide',
|
||||||
'priority', 'group', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'site': {
|
'site': {
|
||||||
@@ -94,7 +94,7 @@ cms_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'site_id_random', 'account_id_random', 'code', 'name', 'tagline',
|
'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': {
|
'site_domain': {
|
||||||
@@ -116,7 +116,7 @@ cms_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'site_domain_id_random', 'account_id_random', 'site_id_random',
|
'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'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ core_obj_li = {
|
|||||||
'account_name', 'account_short_name', 'default_no_reply_email',
|
'account_name', 'account_short_name', 'default_no_reply_email',
|
||||||
'default_no_reply_name', 'confirm_email', 'help_event_email',
|
'default_no_reply_name', 'confirm_email', 'help_event_email',
|
||||||
'help_general_email', 'help_tech_email', 'stripe_account_id',
|
'help_general_email', 'help_tech_email', 'stripe_account_id',
|
||||||
'created_on', 'updated_on'
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'address': {
|
'address': {
|
||||||
@@ -90,7 +90,8 @@ core_obj_li = {
|
|||||||
'contact_id_random', 'name', 'attention_to', 'organization_name',
|
'contact_id_random', 'name', 'attention_to', 'organization_name',
|
||||||
'line_1', 'line_2', 'line_3', 'city', 'country_subdivision_code',
|
'line_1', 'line_2', 'line_3', 'city', 'country_subdivision_code',
|
||||||
'country_subdivision_name', 'state_province', 'postal_code',
|
'country_subdivision_name', 'state_province', 'postal_code',
|
||||||
'country_alpha_2_code', 'country_name', 'timezone', 'created_on', 'updated_on'
|
'country_alpha_2_code', 'country_name', 'timezone',
|
||||||
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'contact': {
|
'contact': {
|
||||||
@@ -110,7 +111,7 @@ core_obj_li = {
|
|||||||
'contact_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
'contact_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
||||||
'name', 'title', 'tagline', 'description', 'timezone_name',
|
'name', 'title', 'tagline', 'description', 'timezone_name',
|
||||||
'email', 'email_status', 'phone_mobile', 'phone_office',
|
'email', 'email_status', 'phone_mobile', 'phone_office',
|
||||||
'website_url', 'website_name', 'priority', 'group', 'created_on', 'updated_on'
|
'website_url', 'website_name', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'data_store': {
|
'data_store': {
|
||||||
@@ -130,7 +131,7 @@ core_obj_li = {
|
|||||||
'data_store_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
'data_store_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
||||||
'person_id_random', 'user_id_random', 'code', 'name', 'description',
|
'person_id_random', 'user_id_random', 'code', 'name', 'description',
|
||||||
'type', 'text', 'meta_text', 'access', 'enable', 'hide', 'priority',
|
'type', 'text', 'meta_text', 'access', 'enable', 'hide', 'priority',
|
||||||
'group', 'created_on', 'updated_on'
|
'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'organization': {
|
'organization': {
|
||||||
@@ -149,7 +150,7 @@ core_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'organization_id_random', 'account_id_random', 'contact_id_random',
|
'organization_id_random', 'account_id_random', 'contact_id_random',
|
||||||
'person_id_random', 'user_id_random', 'name', 'tagline', 'description',
|
'person_id_random', 'user_id_random', 'name', 'tagline', 'description',
|
||||||
'company', 'nonprofit', 'priority', 'group', 'created_on', 'updated_on'
|
'company', 'nonprofit', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'person': {
|
'person': {
|
||||||
@@ -179,7 +180,7 @@ core_obj_li = {
|
|||||||
'family_name', 'designations', 'professional_title', 'full_name',
|
'family_name', 'designations', 'professional_title', 'full_name',
|
||||||
'informal_full_name', 'professional_full_name', 'affiliations',
|
'informal_full_name', 'professional_full_name', 'affiliations',
|
||||||
'primary_email', 'tagline', 'lu_gender_name', 'source_code',
|
'primary_email', 'tagline', 'lu_gender_name', 'source_code',
|
||||||
'external_id', 'status', 'hide', 'priority', 'group', 'enable',
|
'external_id', 'status', 'hide', 'priority', 'sort', 'group', 'enable', 'notes',
|
||||||
'created_on', 'updated_on', 'username', 'user_name', 'user_email'
|
'created_on', 'updated_on', 'username', 'user_name', 'user_email'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -207,7 +208,7 @@ core_obj_li = {
|
|||||||
'user_id_random', 'account_id_random', 'contact_id_random',
|
'user_id_random', 'account_id_random', 'contact_id_random',
|
||||||
'organization_id_random', 'person_id_random', 'username', 'name',
|
'organization_id_random', 'person_id_random', 'username', 'name',
|
||||||
'email', 'enable', 'super', 'manager', 'administrator', 'public',
|
'email', 'enable', 'super', 'manager', 'administrator', 'public',
|
||||||
'verified', 'status_name', 'group', 'created_on', 'updated_on'
|
'verified', 'status_name', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'user_role': {
|
'user_role': {
|
||||||
@@ -219,7 +220,7 @@ core_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'user_id_random', 'for_type', 'for_id_random', 'code', 'name',
|
'user_id_random', 'for_type', 'for_id_random', 'code', 'name',
|
||||||
'description', 'enable', 'created_on', 'updated_on'
|
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'log_client_viewing': {
|
'log_client_viewing': {
|
||||||
@@ -232,7 +233,7 @@ core_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'log_client_viewing_id_random', 'account_id_random', 'person_id_random',
|
'log_client_viewing_id_random', 'account_id_random', 'person_id_random',
|
||||||
'user_id_random', 'external_client_id', 'name', 'source', 'url_root',
|
'user_id_random', 'external_client_id', 'name', 'source', 'url_root',
|
||||||
'url_full_path', 'object_type', 'object_id', 'created_on', 'updated_on'
|
'url_full_path', 'object_type', 'object_id', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ events_exhibits_obj_li = {
|
|||||||
'event_exhibit_id_random', 'account_id_random', 'event_id_random',
|
'event_exhibit_id_random', 'account_id_random', 'event_id_random',
|
||||||
'organization_id_random', 'contact_id_random', 'person_id_random',
|
'organization_id_random', 'contact_id_random', 'person_id_random',
|
||||||
'code', 'name', 'tagline', 'description', 'enable', 'hide',
|
'code', 'name', 'tagline', 'description', 'enable', 'hide',
|
||||||
'priority', 'group', 'notes', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_exhibit_tracking': {
|
'event_exhibit_tracking': {
|
||||||
@@ -37,7 +37,7 @@ events_exhibits_obj_li = {
|
|||||||
'event_exhibit_tracking_id_random', 'event_id_random',
|
'event_exhibit_tracking_id_random', 'event_id_random',
|
||||||
'event_exhibit_id_random', 'event_person_id_random',
|
'event_exhibit_id_random', 'event_person_id_random',
|
||||||
'event_badge_id_random', 'external_person_id', 'enable', 'hide',
|
'event_badge_id_random', 'external_person_id', 'enable', 'hide',
|
||||||
'priority', 'group', 'notes', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ events_general_obj_li = {
|
|||||||
'event_presentation_id_random', 'event_presenter_id_random',
|
'event_presentation_id_random', 'event_presenter_id_random',
|
||||||
'event_session_id_random', 'event_track_id_random', 'filename',
|
'event_session_id_random', 'event_track_id_random', 'filename',
|
||||||
'title', 'description', 'file_purpose', 'enable', 'hide',
|
'title', 'description', 'file_purpose', 'enable', 'hide',
|
||||||
'priority', 'group', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_device': {
|
'event_device': {
|
||||||
@@ -90,7 +90,7 @@ events_general_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_device_id_random', 'account_id_random', 'event_id_random',
|
'event_device_id_random', 'account_id_random', 'event_id_random',
|
||||||
'event_location_id_random', 'code', 'name', 'description', 'app_mode',
|
'event_location_id_random', 'code', 'name', 'description', 'app_mode',
|
||||||
'enable', 'hide', 'priority', 'group', 'notes', 'created_on', 'updated_on'
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_cfg': {
|
'event_cfg': {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ events_presentation_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_abstract_id_random', 'event_id_random', 'event_person_id_random',
|
'event_abstract_id_random', 'event_id_random', 'event_person_id_random',
|
||||||
'code', 'external_id', 'name', 'description', 'abstract', 'enable',
|
'code', 'external_id', 'name', 'description', 'abstract', 'enable',
|
||||||
'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_location': {
|
'event_location': {
|
||||||
@@ -43,7 +43,7 @@ events_presentation_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_location_id_random', 'event_id_random', 'code', 'name',
|
'event_location_id_random', 'event_id_random', 'code', 'name',
|
||||||
'description', 'location_type', 'enable', 'hide', 'priority',
|
'description', 'location_type', 'enable', 'hide', 'priority',
|
||||||
'group', 'notes', 'created_on', 'updated_on'
|
'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_presentation': {
|
'event_presentation': {
|
||||||
@@ -65,7 +65,7 @@ events_presentation_obj_li = {
|
|||||||
'event_presentation_id_random', 'event_id_random',
|
'event_presentation_id_random', 'event_id_random',
|
||||||
'event_abstract_id_random', 'event_location_id_random',
|
'event_abstract_id_random', 'event_location_id_random',
|
||||||
'event_session_id_random', 'event_track_id_random', 'code', 'name',
|
'event_session_id_random', 'event_track_id_random', 'code', 'name',
|
||||||
'description', 'type_code', 'enable', 'hide', 'priority', 'group',
|
'description', 'type_code', 'enable', 'hide', 'priority', 'sort', 'group',
|
||||||
'notes', 'created_on', 'updated_on'
|
'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -99,7 +99,7 @@ events_presentation_obj_li = {
|
|||||||
'event_person_id_random', 'event_presentation_id_random',
|
'event_person_id_random', 'event_presentation_id_random',
|
||||||
'event_session_id_random', 'person_id_random', 'code', 'title_names',
|
'event_session_id_random', 'person_id_random', 'code', 'title_names',
|
||||||
'given_name', 'family_name', 'full_name', 'email', 'role', 'enable',
|
'given_name', 'family_name', 'full_name', 'email', 'role', 'enable',
|
||||||
'hide', 'priority', 'group', 'notes', 'created_on', 'updated_on'
|
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'event_session': {
|
'event_session': {
|
||||||
@@ -121,7 +121,7 @@ events_presentation_obj_li = {
|
|||||||
'event_session_id_random', 'event_id_random',
|
'event_session_id_random', 'event_id_random',
|
||||||
'event_location_id_random', 'event_track_id_random', 'code', 'name',
|
'event_location_id_random', 'event_track_id_random', 'code', 'name',
|
||||||
'description', 'type_code', 'start_datetime', 'end_datetime',
|
'description', 'type_code', 'start_datetime', 'end_datetime',
|
||||||
'enable', 'hide', 'priority', 'group', 'notes', 'created_on',
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on',
|
||||||
'updated_on'
|
'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -139,7 +139,7 @@ events_presentation_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_track_id_random', 'event_id_random',
|
'event_track_id_random', 'event_id_random',
|
||||||
'event_location_id_random', 'name', 'description', 'track_type',
|
'event_location_id_random', 'name', 'description', 'track_type',
|
||||||
'enable', 'hide', 'priority', 'group', 'notes', 'created_on',
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on',
|
||||||
'updated_on'
|
'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ events_registration_obj_li = {
|
|||||||
'event_person_id_random', 'account_id_random', 'event_id_random',
|
'event_person_id_random', 'account_id_random', 'event_id_random',
|
||||||
'event_badge_id_random', 'person_id_random', 'user_id_random',
|
'event_badge_id_random', 'person_id_random', 'user_id_random',
|
||||||
'external_id', 'external_person_id', 'informal_name', 'given_name',
|
'external_id', 'external_person_id', 'informal_name', 'given_name',
|
||||||
'family_name', 'full_name', 'email', 'enable', 'priority', 'group',
|
'family_name', 'full_name', 'email', 'enable', 'hide', 'priority', 'sort', 'group',
|
||||||
'notes', 'created_on', 'updated_on'
|
'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -87,7 +87,7 @@ events_registration_obj_li = {
|
|||||||
'contact_id_random', 'event_id_random', 'event_person_id_random',
|
'contact_id_random', 'event_id_random', 'event_person_id_random',
|
||||||
'organization_id_random', 'pronouns', 'informal_name', 'given_name',
|
'organization_id_random', 'pronouns', 'informal_name', 'given_name',
|
||||||
'family_name', 'professional_title', 'full_name', 'affiliations',
|
'family_name', 'professional_title', 'full_name', 'affiliations',
|
||||||
'email', 'enable', 'priority', 'group', 'notes', 'created_on',
|
'email', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on',
|
||||||
'updated_on'
|
'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -105,7 +105,8 @@ events_registration_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_person_tracking_id_random', 'event_id_random',
|
'event_person_tracking_id_random', 'event_id_random',
|
||||||
'event_session_id_random', 'event_person_id_random',
|
'event_session_id_random', 'event_person_id_random',
|
||||||
'check_in_out', 'in_datetime', 'out_datetime', 'enable', 'notes',
|
'check_in_out', 'in_datetime', 'out_datetime', 'enable', 'hide',
|
||||||
|
'priority', 'sort', 'group', 'notes',
|
||||||
'created_on', 'updated_on'
|
'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -125,7 +126,7 @@ events_registration_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'event_registration_id_random', 'account_id_random',
|
'event_registration_id_random', 'account_id_random',
|
||||||
'event_id_random', 'organization_id_random', 'contact_id_random',
|
'event_id_random', 'organization_id_random', 'contact_id_random',
|
||||||
'person_id_random', 'priority', 'group', 'notes', 'created_on',
|
'person_id_random', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on',
|
||||||
'updated_on'
|
'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_cfg_id_random', 'account_id_random', 'name', 'description',
|
'membership_cfg_id_random', 'account_id_random', 'name', 'description',
|
||||||
'created_on', 'updated_on'
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_group': {
|
'membership_group': {
|
||||||
@@ -36,7 +36,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_group_id_random', 'account_id_random', 'code', 'name',
|
'membership_group_id_random', 'account_id_random', 'code', 'name',
|
||||||
'description', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_person_group': {
|
'membership_person_group': {
|
||||||
@@ -52,8 +52,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_person_group_id_random', 'membership_person_id_random',
|
'membership_person_group_id_random', 'membership_person_id_random',
|
||||||
'membership_group_id_random', 'enable', 'hide', 'priority', 'group',
|
'membership_group_id_random', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
'created_on', 'updated_on'
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_person': {
|
'membership_person': {
|
||||||
@@ -69,7 +68,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_person_id_random', 'account_id_random', 'person_id_random',
|
'membership_person_id_random', 'account_id_random', 'person_id_random',
|
||||||
'status', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'status', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_person_profile': {
|
'membership_person_profile': {
|
||||||
@@ -86,7 +85,7 @@ membership_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_person_profile_id_random', 'membership_person_id_random',
|
'membership_person_profile_id_random', 'membership_person_id_random',
|
||||||
'informal_name', 'given_name', 'family_name', 'full_name',
|
'informal_name', 'given_name', 'family_name', 'full_name',
|
||||||
'email', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'email', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_type': {
|
'membership_type': {
|
||||||
@@ -102,7 +101,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_type_id_random', 'account_id_random', 'code', 'name',
|
'membership_type_id_random', 'account_id_random', 'code', 'name',
|
||||||
'description', 'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'membership_person_type': {
|
'membership_person_type': {
|
||||||
@@ -118,8 +117,7 @@ membership_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'membership_person_type_id_random', 'membership_person_id_random',
|
'membership_person_type_id_random', 'membership_person_id_random',
|
||||||
'membership_type_id_random', 'enable', 'hide', 'priority', 'group',
|
'membership_type_id_random', 'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
'created_on', 'updated_on'
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ order_obj_li = {
|
|||||||
'contact_id_random', 'person_id_random', 'user_id_random',
|
'contact_id_random', 'person_id_random', 'user_id_random',
|
||||||
'order_status_id', 'order_status_name', 'payment_status_id',
|
'order_status_id', 'order_status_name', 'payment_status_id',
|
||||||
'payment_status_name', 'external_id', 'source_code', 'notes',
|
'payment_status_name', 'external_id', 'source_code', 'notes',
|
||||||
'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'enable', 'hide', 'priority', 'sort', 'group', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'order_line': {
|
'order_line': {
|
||||||
@@ -40,7 +40,7 @@ order_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'order_line_id_random', 'order_id_random', 'product_id_random',
|
'order_line_id_random', 'order_id_random', 'product_id_random',
|
||||||
'name', 'description', 'enable', 'hide', 'priority', 'group',
|
'name', 'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes',
|
||||||
'created_on', 'updated_on'
|
'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -56,8 +56,8 @@ order_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'order_cart_id_random', 'account_id_random', 'person_id_random',
|
'order_cart_id_random', 'account_id_random', 'person_id_random',
|
||||||
'user_id_random', 'session_id', 'enable', 'hide', 'priority',
|
'user_id_random', 'session_id', 'enable', 'hide', 'priority', 'sort',
|
||||||
'group', 'created_on', 'updated_on'
|
'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'order_cart_line': {
|
'order_cart_line': {
|
||||||
@@ -72,7 +72,7 @@ order_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'order_cart_line_id_random', 'order_cart_id_random', 'product_id_random',
|
'order_cart_line_id_random', 'order_cart_id_random', 'product_id_random',
|
||||||
'enable', 'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'enable', 'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'product': {
|
'product': {
|
||||||
@@ -92,7 +92,7 @@ order_obj_li = {
|
|||||||
'product_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
'product_id_random', 'account_id_random', 'for_type', 'for_id_random',
|
||||||
'type_code', 'type_name', 'name', 'description', 'unit_price',
|
'type_code', 'type_name', 'name', 'description', 'unit_price',
|
||||||
'tax_rate', 'vat_rate', 'max_quantity', 'recurring', 'enable',
|
'tax_rate', 'vat_rate', 'max_quantity', 'recurring', 'enable',
|
||||||
'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'order_cfg': {
|
'order_cfg': {
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ other_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'sponsorship_cfg_id_random', 'account_id_random', 'name',
|
'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': {
|
'archive': {
|
||||||
@@ -87,7 +87,7 @@ other_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'archive_id_random', 'account_id_random', 'archive_type_id_random',
|
'archive_id_random', 'account_id_random', 'archive_type_id_random',
|
||||||
'name', 'description', 'filename', 'original_location', 'enable',
|
'name', 'description', 'filename', 'original_location', 'enable',
|
||||||
'hide', 'priority', 'group', 'created_on', 'updated_on'
|
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'archive_content': {
|
'archive_content': {
|
||||||
@@ -124,7 +124,7 @@ other_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'archive_content_id_random', 'archive_id_random', 'name',
|
'archive_content_id_random', 'archive_id_random', 'name',
|
||||||
'description', 'filename', 'original_location', 'enable', 'hide',
|
'description', 'filename', 'original_location', 'enable', 'hide',
|
||||||
'priority', 'group', 'created_on', 'updated_on'
|
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'hosted_file': {
|
'hosted_file': {
|
||||||
@@ -153,7 +153,7 @@ other_obj_li = {
|
|||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'hosted_file_id_random', 'account_id_random', 'hash_sha256', 'title',
|
'hosted_file_id_random', 'account_id_random', 'hash_sha256', 'title',
|
||||||
'description', 'filename', 'extension', 'content_type', 'enable',
|
'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': {
|
'hosted_file_link': {
|
||||||
@@ -171,7 +171,7 @@ other_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'hosted_file_link_id_random', 'hosted_file_id_random', 'for_type',
|
'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'
|
'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -203,8 +203,8 @@ other_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'cont_edu_cert_id_random', 'account_id_random', 'event_id_random',
|
'cont_edu_cert_id_random', 'account_id_random', 'event_id_random',
|
||||||
'name', 'description', 'code', 'enable', 'hide', 'priority',
|
'name', 'description', 'code', 'enable', 'hide', 'priority', 'sort',
|
||||||
'group', 'created_on', 'updated_on'
|
'group', 'notes', 'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'cont_edu_cert_person': {
|
'cont_edu_cert_person': {
|
||||||
@@ -220,7 +220,7 @@ other_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'cont_edu_cert_person_id_random', 'cont_edu_cert_id_random',
|
'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'
|
'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -237,7 +237,7 @@ other_obj_li = {
|
|||||||
# V3 Search Security:
|
# V3 Search Security:
|
||||||
'searchable_fields': [
|
'searchable_fields': [
|
||||||
'grant_id_random', 'account_id_random', 'code', 'name',
|
'grant_id_random', 'account_id_random', 'code', 'name',
|
||||||
'description', 'enable', 'hide', 'priority', 'group',
|
'description', 'enable', 'hide', 'priority', 'sort', 'group', 'notes',
|
||||||
'created_on', 'updated_on'
|
'created_on', 'updated_on'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user