Search customers
⌘K from anywhere, plus the query syntax that turns search into a quick filter.
Press ⌘K (or Ctrl+K on Windows and Linux) anywhere in the app to open Workbench search. The cursor lands in an empty input. Start typing and Pivotal queries name, domain, contact emails, and any custom field you’ve configured. Results appear under headed groups (Customers, Onboardings, Tasks, Contacts) so you can tell what kind of record you’re about to open. Hit Enter on the first result or arrow down to pick another.
How the matching works
By default, search does a case-insensitive substring match on every searchable field. Type acme and you’ll get Acme Co, acme.com, and jeff@acme.com. Type gro and you’ll catch every customer on the Growth plan plus anything with gro in the name.
Three operators sharpen that:
- Quoted strings match exactly.
"Acme Co"won’t matchAcme Corporation. Use this when a short string is showing up everywhere. field:valuefilters on a custom field.region:emeareturns customers whoseregioncustom field has the valueemea. The field name comes from your custom field configuration.-termexcludes.acme -churnedmatches “acme” and drops anything withchurnedanywhere in the indexed fields. Combine withfield:valuefor things likeplan:enterprise -region:emea.
Worked examples
owner:me is a shortcut for your user. Use owner:<full-name> to filter by a teammate.
What ⌘K does not search
Search hits the Customer record and its Contacts. It does not search the body of task descriptions, comments, or activity-feed entries. For those, use the dedicated Workbench search page, which has a wider index and supports date-range filters.
The gotcha: stale custom field values
The search index updates within a minute of most edits, but bulk edits that touch hundreds of records can take a few minutes to reflect. If you ran a bulk update and a field:value query is still showing old results, give it five minutes before assuming something’s broken.
Related
Email help@pivotal.app with a screenshot of where you got stuck and the customer or onboarding id from the URL.