summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-29 23:14:14 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-29 23:14:14 +0200
commit35f99bbebf22b711ba24d15377f2de2a73eff2c4 (patch)
tree33004e6d9448b8585ce0b799e49f64953ff5691e /template/en/default/list/list.html.tmpl
parent8f04aae656cf6218ef3028ab615989c0269af66c (diff)
downloadbugzilla-35f99bbebf22b711ba24d15377f2de2a73eff2c4.tar.gz
bugzilla-35f99bbebf22b711ba24d15377f2de2a73eff2c4.tar.xz
Bug 554986: Add a "notmatches" search type, which allows the minus sign
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 4431a52f3..4743d260d 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -85,7 +85,7 @@
'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq',
'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter',
'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords',
- 'nowordssubstr',
+ 'nowordssubstr', 'notmatches',
] %]
<ul class="search_description">
[% FOREACH desc_item = search_description %]