Simple Query
Type a filter, get a view — one that keeps itself current, instead of a table you patch up by hand.
- ··A query is a filter line (type:meeting, status:open), not a formula and not a spreadsheet.
- ··The view refreshes itself the moment a block meets the criteria — nothing to add by hand.
- ··The same query becomes a list, a table or a board: one source, three views.
Transcript
What if your overview were not a snapshot that ages from the moment you save it, but a view that keeps itself current? That is the whole point of the Simple Query, and over the next few minutes you will hear why one filter line does more for you than any table you patch up by hand.
Cmd+K finds a single block. A query holds that finding in place. You describe once what you want to see — say every meeting whose status is open — and from then on mium shows you that view on its own. Instead of a table you feed, a filter line that thinks along and fetches the answer afresh on every look.
A hand-maintained overview is always a snapshot. The moment you save it, it begins to age, because every new block and every status change would have to be carried over by hand. In day-to-day work that rarely happens in full, so the table soon shows the state of the week before last. A query turns this around, since it re-queries the set on every glance — the view is always of right now.
A query is not a formula editor, it is a plain filter line. You name a property and a value, and only the matching blocks appear. When a block meets the criteria it shows up. When it no longer does, it falls away. Nobody carries anything over, because there is nothing to carry over.
The same query becomes a list, a table or a board. You choose the view, the data stays one single source. For the standup you show the board, for reporting the same query as a table — no copy, no second round of upkeep. The truth sits in the blocks themselves, not in an extract that goes stale the moment it is made.
One honest catch remains. The filter axis is your properties, so you can only query what you actually keep as a property. The upkeep does not vanish entirely; it shifts from the table to property discipline — and that is the one place a query stays empty if you neglect it.
The honest question at the end: how many of your overviews are genuinely current today, and how many show the state of two weeks ago because nobody carried the changes over? A saved query lives as a block on a page and keeps itself of right now. Search once, see for good — your second brain gives back what you entrust to it.
Cmd+K finds a block. A query holds the finding in place: you describe once what you want to see — and from then on mium shows it to you on its own. Instead of a table you maintain, a filter line that thinks along with you.
Why tables go stale
A hand-maintained overview is a snapshot: the moment you save it, it starts to age. Every new block, every status change in the existing set has to be carried over by hand — and that is exactly what rarely happens in full day to day. A query turns this around: it queries the set afresh on every look, so the view is always of now.
5 rules for Simple Query
- A query is a filter line, not a formula editor — type:meeting, status:open, autor:team-mut.
- The view is live: if a block meets the criteria it appears; if it no longer meets them it disappears.
- The same query renders as a list, a table or a board — you choose the view, the data stays one source.
- Properties are the filter axis — what you don't keep as a property, you can't query.
- A saved query lives as a block on a page, not as an external dashboard — it is part of the knowledge.
What a query looks like
{{query (and (property "type" "meeting")
(property "status" "offen"))}}
;; Ansicht: Tabelle · Sortierung: zuletzt-geändertBefore and after — table vs Simple Query
| Step | Hand-maintained table | Simple Query |
|---|---|---|
| Setting up | Define columns, type in rows | Type a filter line |
| Keeping current | Carry over every change | Keeps itself current |
| Switching view | Build a new table | Toggle list / table / board |
| Source of truth | The table (a copy) | The blocks themselves |
| Upkeep | Ongoing | One-off (the criteria) |
An honest question
How many of your overviews are genuinely current today, and how many show the state from two weeks ago because nobody carried the changes over? The answer decides whether an overview takes work off your hands or is one more thing you have to maintain.