Commit 1c7c7bbb authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 673012: Add "does not contain" to people search

r=gerv a=mkanat
parent ac67c44a
......@@ -257,6 +257,7 @@ TUI_hide_default('information_query');
<select name="emailtype[% n %]">
[% FOREACH qv = [
{ name => "substring", description => "contains" },
{ name => "notsubstring", description => "doesn't contain" },
{ name => "exact", description => "is" },
{ name => "notequals", description => "is not" },
{ name => "regexp", description => "matches regexp" },
......
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