-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Overview
Integrate thread search with existing vector search and text search infrastructure to enable discovery of discussions.
Goals
- Enable semantic search across thread messages
- Enable text search across thread titles and content
- Filter threads by various criteria (corpus, locked, pinned, etc.)
- Leverage existing embedding infrastructure
- Provide relevant search results
Sub-Issues
Will be created and linked to this epic.
Success Criteria
- Threads searchable via semantic and text search
- Search results ranked appropriately
- Search filters work correctly
- Reuses existing search infrastructure
- Complete test coverage (backend + frontend)
Testing Requirements
- Backend:
docker compose -f test.yml run django python manage.py test opencontractserver.tests.search - Frontend:
yarn run test:ctwith Playwright component tests
Dependencies
- Epic: Discussion Threads - Core Threading & Agent Type Support #546 (Core Threading)
- Existing vector search infrastructure
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request