search_by_frontmatter
Find notes by matching a YAML frontmatter property to a specified value.
Instructions
Finds notes where a YAML frontmatter property matches a value. Example: property='status', value='active'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to match (partial match, case-insensitive). | |
| property | Yes | Frontmatter key to search. |