Skip to main content

Condition Types

Redd provides 14 distinct condition types to help you filter Reddit content with surgical precision. These conditions are divided into field-specific filters and content-type filters.

Subreddit Filters

Filter content based on where it was posted.

  • SubredditIsAnyOf: Matches if the subreddit is in your list.
  • SubredditIsNoneOf: Matches if the subreddit is not in your list.

Author Filters

Filter content based on who posted it.

  • AuthorIsAnyOf: Matches if the author's username is in your list.
  • AuthorIsNoneOf: Matches if the author's username is not in your list (useful for blocking bots).

Text-Based Filters

These filters look for specific strings within the content. Every text filter supports Case Sensitivity and Whole Word matching.

Title Filters

  • TitleContainsAnyOf: Matches if the title contains any of your keywords.
  • TitleContainsNoneOf: Matches if the title contains none of your keywords.

Body Filters

  • BodyContainsAnyOf: Matches if the post body or comment text contains any of your keywords.
  • BodyContainsNoneOf: Matches if the body contains none of your keywords.

Full Content Filters

These are "catch-all" filters that check both the title and the body simultaneously.

  • FullContentContainsAnyOf: Matches if either the title or body contains a keyword.
  • FullContentContainsNoneOf: Matches if neither the title nor the body contains a keyword.

Content Type Filters

Control whether you are looking for posts, comments, or both.

  • ContentTypeIs: Matches based on the type of content.
    • Values: post, comment.

Using "NoneOf" Conditions

The NoneOf variants are essential for noise reduction.

  • Use AuthorIsNoneOf to exclude AutoModerator or other known bots.
  • Use TitleContainsNoneOf to exclude common spam phrases or irrelevant sub-topics.

Values as Tags

In the Visual Builder, values are entered as tags. You can type a value and press Enter to add it. This allows you to easily manage lists of dozens of keywords or subreddits within a single condition.

Condition Limits

There is no hard limit on the number of conditions you can add to a monitor, but very large lists (hundreds of keywords) may be easier to manage via the JSON Editor.