Root Cause
A duplicate search state ('effectiveSearch') stopped updating after the first valid query due to permanent 'searchlocked' logic causing state results.
##Fix Implemented
Removed 'effectivedSearch' and 'searchlocked' , and updated filtering logic to use the live 'search' state directly.
Root Cause
A duplicate search state ('effectiveSearch') stopped updating after the first valid query due to permanent 'searchlocked' logic causing state results.
##Fix Implemented
Removed 'effectivedSearch' and 'searchlocked' , and updated filtering logic to use the live 'search' state directly.