Cross-project / global search #119
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/TeaLeaves#119
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature idea (audit Phase 5, rank #2) · Effort: medium
Why
Search is scoped to the active project via
ACTIVE_PROJECT_SQL. A researcher running several projects can't search across all of them.Proposal
Add an "all projects" scope toggle to search that queries over
ACCESSIBLE_PROJECTS_SQLinstead of the active project, for both full-text and semantic paths, with results labeled by project.Why it was likely missed
Project scoping was a v4 retrofit that made single-project the default everywhere.
Acceptance criteria
ACCESSIBLE_PROJECTS_SQL).Filed from the 2026-07-15 codebase audit. Full report:
docs/.internal/report-2026-07-15.md(gitignored).