Update searchable fields for event_exhibit

Added account_id and event_exhibit_id to the searchable_fields list to allow V3 search filtering by integer IDs.
This commit is contained in:
Scott Idem
2026-01-28 11:05:11 -05:00
parent a97e80baab
commit cfbe6f458f

View File

@@ -16,7 +16,7 @@ events_exhibits_obj_li = {
'base_name': Event_Exhibit_Base,
# V3 Search Security:
'searchable_fields': [
'event_exhibit_id_random', 'account_id_random', 'event_id_random',
'event_exhibit_id', 'event_exhibit_id_random', 'account_id', 'account_id_random', 'event_id_random',
'organization_id_random', 'contact_id_random', 'person_id_random',
'code', 'name', 'tagline', 'description', 'enable', 'hide',
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'