search_blocks
Search content blocks in SiYuan notes using full-text queries, supporting search syntax, regular expressions, and filters by notebook, document path, or block type.
Instructions
使用思源全文搜索查找内容块
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码 | |
| paths | No | 限定笔记本/文档路径 | |
| query | Yes | 搜索词、查询语法或正则 | |
| types | No | 块类型开关,例如 {"d":true,"p":true} | |
| method | No | 0 关键词、1 查询语法、3 正则;不开放 SQL 模式 | |
| groupBy | No | 0 不分组、1 按文档分组 | |
| orderBy | No | 排序模式 | |
| pageSize | No | 每页数量 |