Commit b563c511 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 154484: Option "is not" missing for email address searches - Patch by…

Bug 154484: Option "is not" missing for email address searches - Patch by timeless <timeless@bemail.org> r=joel a=LpSolit
parent 2eec37a6
......@@ -513,6 +513,7 @@ function doOnSelectProduct(selectmode) {
[% FOREACH qv = [
{ name => "substring", description => "contains" },
{ name => "exact", description => "is" },
{ name => "notequals", description => "is not" },
{ name => "regexp", description => "matches regexp" },
{ name => "notregexp", description => "doesn't match 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