feat(FN-831): make board search bypass column pagination

- When board search is active, all matching tasks are shown regardless of column page settings
- Board.tsx passes search query down to Column; Column skips pagination when query is present
- Add Board and Column test coverage for search-bypasses-pagination behavior
- Update README to document the search pagination bypass
This commit is contained in:
gsxdsm
2026-04-04 00:50:55 -07:00
parent e9dcca0a28
commit f16e221bf7
5 changed files with 75 additions and 5 deletions

View File

@@ -405,7 +405,8 @@ Built-in file browser for viewing and editing project files directly from the da
### Board Search & Views
**Board View:**
- Real-time search across task titles and descriptions
- Real-time search across task IDs, titles, and descriptions
- Search bypasses per-column pagination so all matching tasks are visible
- Drag-and-drop between columns
- Column visibility toggle (show/hide columns)