Search lets you find anything in your CRM with a single query. It searches across contacts, companies, deals, and interactions using PostgreSQL full-text search.Documentation Index
Fetch the complete documentation index at: https://docs.mossdesk.com/llms.txt
Use this file to discover all available pages before exploring further.
moss search
Search across all entity types.| Option | Required | Description |
|---|---|---|
--q <query> | Yes | Search query |
--types <types> | No | Comma-separated entity types to search: contacts, companies, deals, interactions (default: all) |
--per-type <n> | No | Maximum results per type (default: 5, max: 20) |
JSON output
tsvector full-text search with GIN indexes.