search
Find text within issues, pages, and comments to get needed information. Use filters for project, result type, or sorting to get exactly what you're looking for.
Instructions
Search across all issues, pages, and comments by text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Match mode: 'fts' (default, tokenized with prefix matching) or 'literal' (case-insensitive substring, for punctuation-heavy needles that FTS tokenizes away). | |
| sort | No | Sort mode: relevance (default, best match first) or recent (most recently updated first) | |
| limit | No | Max results (default 20) | |
| query | Yes | Text to search for across issues, pages, and comments | |
| offset | No | Zero-indexed offset for paging | |
| project | No | Filter to a specific project (e.g. LIF) | |
| result_type | No | Restrict results to one type: issue, page, or comment |