Refactor search functionality to utilize SearchManager

- Introduced SearchManager to handle search operations directly instead of proxying to MCP server.
- Updated WorkerService to initialize SearchManager after database setup.
- Modified SearchRoutes to call SearchManager methods for search operations.
- Adjusted SearchManager to manage timeline and formatting services.
- Enhanced error handling and logging for search operations.
This commit is contained in:
Alex Newman
2025-12-07 19:31:15 -05:00
parent c415ff5120
commit 7175b527a6
4 changed files with 271 additions and 179 deletions
File diff suppressed because one or more lines are too long