fix: enhance null safety and improve logging in SearchManager

- Added optional chaining and nullish coalescing to handle potential undefined values in Chroma results and timeline items.
- Updated logging statements to provide clearer information when no results are found.
- Refactored destructuring of parameters in findByConcept and findByFile methods for consistency.
This commit is contained in:
Alex Newman
2025-12-07 20:56:19 -05:00
parent 7175b527a6
commit 0a34786df9
4 changed files with 276 additions and 3192 deletions
File diff suppressed because one or more lines are too long