Remove advanced search functionality from search-server and SessionSearch classes

- Deleted the advanced_search tool from the search-server.ts file, which combined full-text search with structured filters for observations and sessions.
- Removed the advancedSearch method from the SessionSearch class, which handled the logic for performing advanced searches using FTS5 and structured filters.
This commit is contained in:
Alex Newman
2025-10-21 19:12:36 -04:00
parent 02bce8a6e6
commit 562194612e
3 changed files with 41 additions and 196 deletions
File diff suppressed because one or more lines are too long