/search¶
The /search command performs a cross-entity search across your entire CRM. It finds matching contacts, companies, deals, and tickets in a single query.
Usage¶
A search term is required.
Examples¶
| Command | What It Does |
|---|---|
/search acme | Searches all record types for "acme" |
/search sarah chen | Finds contacts, deals, or companies matching "Sarah Chen" |
/search enterprise plan | Finds deals, tickets, or other records with "enterprise plan" |
What You See¶
A table render block with mixed results, grouped by type. Each row includes a type badge (Contact, Company, Deal, Ticket) so you can identify what kind of record it is.
Results are ranked by relevance using PostgreSQL full-text search.
You
Outsprint AI
Empty State¶
If nothing matches: "No results for '[query]'."
No Arguments¶
If you type /search without a query: "Please provide a search term. Example: /search acme"
Pro Tip
For more targeted searches, use entity-specific commands like /contacts sarah or /deals enterprise. Use /search when you're not sure which record type you're looking for.
