find_pages_by_property
Find pages in LogSeq that have a specified property, with optional value filtering. Simplifies property-based queries without needing the full query DSL.
Instructions
Find all pages that have a specific property, optionally filtered by value. Simpler alternative to the full query DSL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_name | Yes | Name of the property to search for (e.g., 'status', 'type', 'service') | |
| property_value | No | Optional: specific value to match. If omitted, returns all pages that have this property. | |
| limit | No | Maximum number of results to return |