Search
The search group provides global search across all platform entities — products, meetings, issues, users, and more. You can search within a single space or across an entire organization.
Commands
qarion search space SPACE_SLUG QUERY
Search within a single space.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE_SLUG | argument | required | Space slug |
QUERY | argument | required | Search query string |
--mode | option | auto | Search strategy: auto, keyword, or semantic |
qarion search space acme "customer events"
qarion search space acme "tables about spending" --mode semantic
Output columns: Type, Name, ID
qarion search org ORG_SLUG QUERY
Search across all spaces in an organization.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
ORG_SLUG | argument | required | Organization slug |
QUERY | argument | required | Search query string |
--mode | option | auto | Search strategy: auto, keyword, or semantic |
qarion search org acme-corp "revenue"
qarion search org acme-corp "customer lifetime metrics" --mode semantic
Output columns: Type, Name, ID