From 453fcf581de72ecee86691ced2fb407e89733bb5 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 13 May 2026 17:24:08 -0400 Subject: [PATCH] Remove dead recovery meetings search prefill --- .../ae_idaa_comp__event_obj_qry.svelte | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte index a3ba2fd4..62cf9e1f 100644 --- a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte +++ b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte @@ -37,28 +37,6 @@ import Help_tech from '$lib/app_components/e_app_help_tech.svelte'; let ae_promises: key_val = $state({}); -/** - * Session Persistent Search (Refactored 2026-01-20) - * - * WHY: If the user has 'save_search_text' enabled in their local profile, - * we map the long-term saved strings into the current session store on mount. - * This ensures the search bar is pre-populated with their last known query. - */ -if ( - $idaa_loc.recovery_meetings?.save_search_text && - $idaa_loc.recovery_meetings?.saved_search__session -) { - $idaa_sess.recovery_meetings.fulltext_search_qry_str = - $idaa_loc.recovery_meetings.saved_search__session; -} -if ( - $idaa_loc.recovery_meetings?.save_search_text && - $idaa_loc.recovery_meetings?.saved_search__session_location_name -) { - $idaa_sess.recovery_meetings.location_name_qry_str = - $idaa_loc.recovery_meetings.saved_search__session_location_name; -} - // *** Functions and Logic /** * Reactive Search Trigger