Search customers
⌘K from anywhere, plus the query syntax that turns search into a quick filter.
⌘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.
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:
"Acme Co" won’t match Acme Corporation. Use this when a short string is showing up everywhere.field:value filters on a custom field. region:emea returns customers whose region custom field has the value emea. The field name comes from your custom field configuration.-term excludes. acme -churned matches “acme” and drops anything with churned anywhere in the indexed fields. Combine with field:value for things like plan:enterprise -region:emea.owner:me is a shortcut for your user. Use owner:<full-name> to filter by a teammate.
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 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.
Email help@pivotal.app with a screenshot of where you got stuck and the customer or onboarding id from the URL.