Fix: Restore IDAA Recovery Meetings search functionality

- Backend: Added V3-compliant `search__event` to `ae_events__event.ts` with support for `default_qry_str`.
- Backend: Removed accidental duplicate `qry_ae_obj_li__event_v2` implementation.
- API: Exported `search__event` from `ae_events_functions.ts`.
- Frontend: Updated `recovery_meetings/+page.svelte` to use the new `search__event` function.
This commit is contained in:
Scott Idem
2026-01-21 17:29:52 -05:00
parent af35124a8b
commit c782d2273a
3 changed files with 51 additions and 23 deletions

View File

@@ -253,7 +253,7 @@
);
$idaa_prom.load__event_obj_qry = events_func
.qry_ae_obj_li__event_v2({
.search__event({
api_cfg: $ae_api,
for_obj_type: 'account',
for_obj_id: $ae_loc.account_id,