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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user