Actions17
Search → Search
AI-generatedOverview
This node integrates with the Wallabag read-it-later service to perform search operations on saved entries. It allows users to search for entries using a search term and retrieve either all matching results or a limited number of results. This is useful for workflows that need to find specific articles or content saved in Wallabag based on keywords or phrases.
Use Case Examples
- Search for articles containing the term 'technology' and return all matching entries.
- Search for entries with the term 'recipe' but limit the results to 10 items.
Properties
| Name | Meaning |
|---|---|
| Search Term | The search term to find in entries. |
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of results to return when 'Return All' is false. |
Output
JSON
json- Each item represents a search result entry returned from Wallabag matching the search term.
Dependencies
- Requires an API key credential for Wallabag API authentication.
Troubleshooting
- If the node returns an authentication error, verify that the Wallabag API credentials are correctly configured and valid.
- If no results are returned, check that the search term is correctly specified and that there are matching entries in Wallabag.
- If the node fails to return all results when 'Return All' is enabled, ensure the API limits and pagination are handled correctly by the node.
Links
- Wallabag Search Documentation - Official documentation on how search works in Wallabag.