search_fts_only
Search academic papers with precise keyword matching using PostgreSQL full-text search. Supports boolean operators for refined queries.
Instructions
纯全文搜索
仅使用 PostgreSQL 全文搜索,适合精确关键词匹配的场景。
Args: query: 搜索查询字符串(支持布尔运算符) k: 返回结果数量,默认 10
Returns: 搜索结果列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||