Files
yellowjacket/backend
yonlu 33d42febf1 fix: add panic recovery to search-local handler, remove unused event emission
Added defer/recover to SearchLocalHandler to prevent panics from
crashing the app. Removed the now-unused Wails event emission from
Search() and the runtime import — local results are served via the
HTTP endpoint exclusively.
2026-03-29 17:52:33 -04:00
..