feedFilter
Filters the items in a feed that contain the specified filter string. This operation is simply the opposite of feedSearch.
Required Parameters
| |
| feed | The url of the feed to be searched. | |
| query | A space separated list of keywords used to remove items from the feed. Use quotes to search for a multi-word phrase. | |
| scheme | The scheme used to match the keyword to the text. The allowed values are: CASE-INSENSITIVE, CASE-SENSITIVE, REGEX, GLOB. | |
Optional Parameters
| |
| user | The user requesting authentication. | |
| password | The password to use for authentication. | |
| auth | The authentication scheme to use. The allowed values are: BASIC, DIGEST, NTLM. | |
| http_headers | Other headers to be used with an HTTP request. Separate multiple headers with CRLF. | |
| proxy_user | The proxy user requesting authentication. | |
| proxy_password | The proxy password to use for authentication. | |
| proxy_server | The proxy server to use. | |
| proxy_port | The proxy port to use. | |
| proxy_auto | If the proxy settings should automatically be detected from the system. The allowed values are: TRUE, FALSE. | |
| proxy_authscheme | The authscheme to be used to authenticate with the proxy. The allowed values are: BASIC, DIGEST, NTLM. | |
| proxy_ssl | If SSL should be used while connecting to the proxy. The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL. | |
| proxy_type | The type of firewall or proxy. The allowed values are: HTTP, TUNNEL, SOCKS4, SOCKS5. | |
| nolocal | Prevent access to local feeds, operations, and files. The allowed values are: true, false. | |
| attrs | A space separated list of attributes (rss:title, rss:description etc.) used to compare with the query words. | |
| removexml | A boolean to decide whether or not to strip the XML/HTML markup from attributes before searching. The allowed values are: false, true. | |
Output Attributes
| |
| feed:match# | Attributes that matched the search criteria. Only available if you include search words (+ or |). | |
| feed:matchcount | Number of matches found in the item. Only available if you include search words (+ or |). | |
| *:* | Attributes from the feeds specified. | |