search_in_document
Find specific text within Dynalist documents, returning matching nodes with optional parent context and children for comprehensive search results.
Instructions
Search for text in a Dynalist document. Returns matching nodes with optional parent context and children. WARNING: Many matches with parents/children can return many words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL | |
| file_id | No | Document ID (alternative to URL) | |
| query | Yes | Text to search for (case-insensitive) | |
| search_notes | No | Also search in notes | |
| parent_levels | No | How many parent levels to include (0 = none, 1 = direct parent, 2+ = ancestors) | |
| include_children | No | Include direct children (level 1) of each match | |
| bypass_warning | No | ONLY use after receiving a size warning. Do NOT set true on first request. |