anyOf [Array<string ∪ boolean>, string ∪ boolean]
string
Number of occurrences of this type. Ignored if search
is current
A string containing a comparison operator and/or a value to compare number of occurrences against
The syntax is (< OR > OR <= OR >=) <number>[percent sign] [in timeRange] [ascending|descending]
If timeRange
is given then only notes/mod actions that occur between timeRange and NOW will be returned. timeRange
is ignored if search is current
>= 1
, Pattern: ^\s*(?<opStr>>|>=|<|<=)\s*(?<value>\d+)\s*(?<percent>%?)\s*(?<duration>in\s+\d+\s*(days?|weeks?|months?|years?|hours?|minutes?|seconds?|milliseconds?))?\s*(?<extra>asc.*|desc.*)*$
anyOf [Array<string>, string]
anyOf [Array<string>, string]
boolean
string
How to test the Toolbox Notes or Mod Actions for this Author:
Only the most recent note is checked for criteria
count
comparison of mod actions/notes must be found within all history
count: > 3
=> Must have more than 3 notes of type
, totalcount: <= 25%
=> Must have 25% or less of notes of type
, totalcount: > 3 in 1 week
=> Must have more than 3 notes within the last weekThe count
number of mod actions/notes must be found in a row.
You may also specify the time-based order in which to search the notes by specifying ascending (asc)
or descending (desc)
in the count
value. Default is descending
count: >= 3
=> Must have 3 or more notes of type
consecutively, in descending ordercount: < 2
=> Must have less than 2 notes of type
consecutively, in descending ordercount: > 4 asc
=> Must have greater than 4 notes of type
consecutively, in ascending ordercurrent
Valid values: consecutive
, current
, total
anyOf [Array<string>, string]