Search
How to use global search, its query language, AI search, and saved searches to find anything you're allowed to see.
orboto has one search box that reaches everything you are allowed to see - tickets, docs, and comments. Open it from the Search button in the centre of the top bar, or press Cmd/Ctrl + K anywhere.

Quick search
Start typing (at least two characters) and results appear grouped by kind, with the matching ticket or doc key shown alongside the title. Use the All / Tickets / Docs / Comments tabs to narrow by type. Select a result - or use the arrow keys and Enter - to jump straight to it.
- The palette remembers your recent searches so you can re-run them with one click from an empty query.
- If your search returns nothing, orboto may offer a "did you mean" suggestion for a likely typo - select it to re-run the corrected query.
- If a plain search comes up empty and AI is available on your workspace, orboto silently retries it as an AI search behind the scenes - so a phrase like "my bugs from last week" can still return something even if you never switched modes.
Precise search with the query language
For exact, repeatable filtering, switch on OQL (the code-brackets toggle) next to the search box. This lets you write a short query in orboto's query language instead of clicking through filters:

project = ACME AND assignee = currentUser() AND statusCategory != done
ORDER BY priority DESCPress Enter to run it (OQL doesn't search as you type - the parser cost isn't worth paying per keystroke). A few ready-made presets (for example, "Guest tickets") are one click away, and the ? button opens an inline reference of fields, operators, and functions without leaving the palette. Errors show inline with the line and column where the query broke.
The full field and operator reference, with worked examples, lives on the OQL reference page.
Saving a search
Turn a query you use often into a reusable saved search:
- Run a search (plain or OQL).
- Select Bookmark (in OQL mode) or Save (on the full search page) and give it a name.
- It is now available to run again in one click from the search page's saved-search list, and can be pinned to your dashboard as a live widget.
AI search (natural language)
If your workspace has AI features on, switch to AI mode (the sparkle toggle) and describe what you want in plain language, for example "high priority bugs assigned to me that are overdue." orboto turns that into a set of filters, runs it, and shows the matching tickets - combining exact filtering with semantic matching (finding tickets that mean the same thing even when they use different words).
- The filters orboto extracted (project, status, priority, assignee, labels, date range, ...) show as chips above the results. Remove a chip's
×to drop just that filter and re-run without it. - If nothing matched with the filters applied, orboto automatically falls back to an unfiltered keyword search and tells you so; if even that comes up empty it may fall back further to semantically similar tickets.
- Select Edit in OQL under the chips to see - and fine-tune - the exact OQL query the AI produced.
The full search page
For a roomier results view with pagination - useful for long result lists - open the dedicated Search page. It offers the same plain/AI modes and type filter as the palette, plus your list of saved searches with a delete option for each.
Troubleshooting
- My query returns nothing but I expect matches. In OQL mode, check the inline error for a line/column - a typo'd field name or a missing quote is the most common cause. In plain mode, remember results are ACL-filtered: you only ever see what you have permission to see.
- AI mode returns different results than I expect. Check the filter chips - the AI may have narrowed by a project, assignee, or date range you didn't intend. Remove the offending chip, or switch to OQL to write the exact filter yourself.
- I don't see the AI toggle. AI search is only available when your workspace has AI features configured and enabled for your account.
- A ticket or doc I know exists isn't showing up. Private tickets and private milestones are excluded unless you have access; guest and external accounts see an even narrower slice by design.