Feed::Backend::Criteria::Form
Translates between the criteria backend's type-grouped
params and three any/all/none buckets.
parse and format are inverses over the params parse
produces -- i.e. every feed the form creates.
Note: the order is presentation only.
Constants
TYPES = {"keywords" => "keyword", "hashtags" => "hashtag", "mentions" => "mention"}
Class methods
Formats params as the three form buckets.
Parses the three form buckets into the backend's params.