feat(v3): populate searchable_fields for all remaining object definitions
This commit is contained in:
@@ -65,7 +65,7 @@ events_registration_obj_li = {
|
||||
'event_person_id_random', 'account_id_random', 'event_id_random',
|
||||
'event_badge_id_random', 'person_id_random', 'user_id_random',
|
||||
'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'
|
||||
],
|
||||
},
|
||||
@@ -87,7 +87,7 @@ events_registration_obj_li = {
|
||||
'contact_id_random', 'event_id_random', 'event_person_id_random',
|
||||
'organization_id_random', 'pronouns', 'informal_name', 'given_name',
|
||||
'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'
|
||||
],
|
||||
},
|
||||
@@ -105,7 +105,8 @@ events_registration_obj_li = {
|
||||
'searchable_fields': [
|
||||
'event_person_tracking_id_random', 'event_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'
|
||||
],
|
||||
},
|
||||
@@ -125,7 +126,7 @@ events_registration_obj_li = {
|
||||
'searchable_fields': [
|
||||
'event_registration_id_random', 'account_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'
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user