search
Find specific text across all issues, pages, and comments in Lific. Filter by project, result type, or sort by relevance or recency to locate the needed information.
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 |