feat(v3): robust search wildcards, smart status filtering, and fixed ID population
This commit is contained in:
@@ -25,7 +25,8 @@ events_registration_obj_li = {
|
||||
'title_names', 'given_name', 'middle_name', 'family_name', 'designations',
|
||||
'professional_title', 'full_name', 'affiliations', 'email', 'phone',
|
||||
'location', 'allow_tracking', 'print_count', 'print_first_datetime',
|
||||
'print_last_datetime'
|
||||
'print_last_datetime', 'enable', 'hide', 'priority', 'sort', 'group',
|
||||
'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'event_badge_template': {
|
||||
@@ -43,7 +44,8 @@ events_registration_obj_li = {
|
||||
# V3 Search Security:
|
||||
'searchable_fields': [
|
||||
'event_badge_template_id_random', 'event_id_random', 'name',
|
||||
'description', 'layout', 'notes'
|
||||
'description', 'layout', 'notes', 'enable', 'hide', 'priority',
|
||||
'sort', 'group', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'event_person': {
|
||||
|
||||
Reference in New Issue
Block a user