Filtering, sorting and finding rows

The board toolbar gives you three independent controls for narrowing and ordering rows — Search, Filter, and Sort — plus Add Column and Automations alongside them.

deckgauge · Board toolbar
🔍 Search items…Filter (2)Sort (1)+ Add ColumnAutomations

Search box, Filter (2 active), Sort, Add Column, Automations.

What it does, and where the data comes from

All three controls operate on the rows already loaded on the board — client-side, in real time, with no page reload.

How to filter, sort and search

  1. Search — type into the search box; it matches an item's name or owner, applying after a short debounce as you type. Clear it with the × that appears once you've typed something.
  2. Filter — click Filter to add one or more rules, each a column (Status, Owner, or any custom column), a condition (is, is not, contains, is empty), and a value. Every rule you add narrows further — a row must satisfy all active rules to stay visible, never only one. Remove a single rule with its own ×, or Clear all to reset.
  3. Sort — click Sort and pick a column (Task, Owner, Status, Updated, or any custom column) plus Ascending/Descending. Only one sort key applies at a time; Clear removes it and returns rows to their normal drag-ordered position.

Under the hood

Search and Filter combine: typing a search term and adding filter rules both apply together, and a row must pass both to show. Sort only changes row order — it never hides a row.

If it looks wrong

SymptomCauseFix
A row you expect to see is missingIt fails at least one active filter rule, or the search termCheck the Filter chip's count and clear rules or the search box
Sorting doesn't seem to applyA drag reorder overrides sort visually until the next sort changeRe-open Sort and re-apply, or Clear then re-pick
Can't drag-reorder rowsA sort is currently activeClear the sort first — drag order and sort order don't mix

Related

Last updated