Skip to content

Add full-text search across conversation content#14

Open
zberke wants to merge 1 commit into
nilbuild:mainfrom
zberke:feature/full-text-search
Open

Add full-text search across conversation content#14
zberke wants to merge 1 commit into
nilbuild:mainfrom
zberke:feature/full-text-search

Conversation

@zberke

@zberke zberke commented Feb 23, 2026

Copy link
Copy Markdown
  • Add searchSessions() to storage.ts with prefix matching and recency-weighted ranking
  • Add /api/search endpoint to server.ts
  • Update session-list.tsx to call search API with debounced input
  • Show match context below session titles when searching

Search matches text within conversation messages, not just session titles. Ranking prioritizes recent sessions (3x for 24h, 2x for 7d, 1.5x for 30d).

🤖 Generated with Claude Code

- Add searchSessions() to storage.ts with prefix matching and recency-weighted ranking
- Add /api/search endpoint to server.ts
- Update session-list.tsx to call search API with debounced input
- Show match context below session titles when searching

Search matches text within conversation messages, not just session titles.
Ranking prioritizes recent sessions (3x for 24h, 2x for 7d, 1.5x for 30d).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant