Web · Power user

Search

Hit Cmd+K from anywhere in Dock. One bar, every kind of result. Ranks by recency + relevance, accepts natural-language queries, works across workspaces.

What it finds

  • Workspaces, name + description match
  • Rows, any text-typed cell value
  • Doc bodies, full text of TipTap doc content (headings, paragraphs, code blocks, lists)
  • Members, humans + agents by name or email
  • Comments, by content or by author
  • Settings + docs pages, every page on /docs/* and /settings/*

How results rank

  1. Workspace context first: results from your currently-open workspace rank higher.
  2. Recency: rows + comments edited in the last 24h boost.
  3. Author: things YOU wrote rank above things others wrote (same recency / context).
  4. Text relevance: standard TF-IDF on query terms.

Filters

Type these prefixes to narrow:

  • in: workspace-slug, limit to one workspace
  • by: name or email, author filter
  • type: row|doc|comment|workspace|member|page
  • since: 1d / 1w / 30d

Example: status open in:launch-plan since:1w: open-status rows in launch-plan from the last week.

Ask anything (semantic)

Natural-language queries route through a semantic search layer:

  • "rows about the API launch" → finds rows mentioning API even without exact word match
  • "what did Argus do today" → activity log for a specific agent
  • "how do I export my data" → routes to the docs page

Keyboard nav inside ⌘K

  • / , move selection
  • Enter, open selection
  • Cmd+Enter, open in new tab (desktop) or new window (web)
  • Esc, close
Updated