search_recipes
Search recipes in Paprika Recipe Manager by text across titles, ingredients, categories, directions, or notes to find relevant cooking instructions.
Instructions
Search recipes by text across title, ingredients, categories, directions, or notes. Returns recipe IDs, titles, and context for each match. Use an empty query ('') to get all recipes. Results are paginated and sorted alphabetically. Only non-trashed recipes are included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for in recipes. Use empty string '' to get all recipes. | |
| fields | No | Specific fields to search in. If not provided, searches all fields (name, ingredients, categories, directions, notes) | |
| context_lines | No | Number of lines of context to show around matches (default: 2) | |
| page | No | Page number for pagination (default: 1) | |
| page_size | No | Number of results per page (default: 20) |