Commit d5b64bf
Fix search to be cross-board by default
search called defaultBoard() which injected the configured default board
into every query, silently scoping results to a single board. This made
--tag and --assignee filters appear broken when matching cards existed on
other boards.
Search should be cross-board by default — only scope to a board when
--board is explicitly passed.
Closes #113
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 79ca273 commit d5b64bf
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments