Skip to content

Commit

Permalink
More documentation cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose committed May 7, 2020
1 parent 6f94c22 commit dbef54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Advanced_Usage/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Filters are simple logic. They require 3 things:

+ A field to check from each post. (Upvotes, Title, Time Posted, etc)
+ A comparator value. (Minimum, Maximum, Equal to, or Regex Match)
+ "Regex Match", while more advanced, is very powerful. It allows you to filter by text values in creative ways.
+ The value to compare against. This is whatever you want the limit to be.

*"Regex Match", while more advanced, is very powerful. It allows you to filter by text values in creative ways.*

## Note: Filter Comparisons Logic
With Filter comparisons, numeric comparison (for "min"/"max") is only done if both values can be converted to numbers.
Expand Down

0 comments on commit dbef54b

Please sign in to comment.