mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Patch for bug 199811: Implement UI for 'contains none of the strings' search operator; patch by Marc Schumann <wurblzap@gmail.com>, r=kiko, a=justdave.
This commit is contained in:
parent
6ef64e0229
commit
17768c0ffb
@ -27,8 +27,9 @@
|
||||
{ name => "substring", description => "contains the string" },
|
||||
{ name => "casesubstring", description => "contains the string (exact case)" },
|
||||
{ name => "notsubstring", description => "does not contain the string" },
|
||||
{ name => "allwordssubstr", description => "contains all of the strings" },
|
||||
{ name => "anywordssubstr", description => "contains any of the strings" },
|
||||
{ name => "allwordssubstr", description => "contains all of the strings" },
|
||||
{ name => "nowordssubstr", description => "contains none of the strings" },
|
||||
{ name => "regexp", description => "contains regexp" },
|
||||
{ name => "notregexp", description => "does not contain regexp" },
|
||||
{ name => "lessthan", description => "is less than" },
|
||||
|
Loading…
Reference in New Issue
Block a user