search_content
Search Parse.ly content to find articles, posts, and pages by keyword, with filters for author, tag, section, and publication date.
Instructions
Search Parse.ly content. Find articles, posts, and pages by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag | |
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort order: 'score' (default) or 'pub_date' | |
| boost | No | Sub-sort metric when sort=score (e.g., 'views') | |
| limit | No | Number of results to return (default: 10) | |
| query | Yes | Search query string | |
| author | No | Filter by author name | |
| exclude | No | Exclude by metadata in format '<meta>:<value>' | |
| section | No | Filter by content section | |
| pub_date_end | No | Filter by publication date end (YYYY-MM-DD, defaults to now) | |
| pub_date_start | No | Filter by publication date start (YYYY-MM-DD) |