Bug 179302 - 'anyexact' isn't an option for boolean charts

r=joel, a=justdave
parent e07c48f0
......@@ -23,6 +23,7 @@
{ name => "noop", description => "---" },
{ name => "equals", description => "is equal to" },
{ name => "notequals", description => "is not equal to" },
{ name => "anyexact", description => "is equal to any of the strings" },
{ name => "substring", description => "contains the string" },
{ name => "casesubstring", description => "contains the string (exact case)" },
{ name => "notsubstring", description => "does not contain the string" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment