search_notes
Perform hybrid semantic and keyword search across notes with filters for tags, categories, dates, and titles.
Instructions
Hybrid semantic + keyword search across all notes.
Query syntax supports filters:
tag:tagname - Filter by tag
category:path - Filter by category
after:YYYY-MM-DD - Created after date
before:YYYY-MM-DD - Created before date
title:text - Title contains text
Args: query: Search query with optional filters limit: Max results (default 10, max 100) tags: Additional tag filters category: Additional category filter after: Created after date (ISO format) before: Created before date (ISO format)
Returns: List of search results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| after | No | ||
| limit | No | ||
| query | Yes | ||
| before | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |