diff options
author | Byron Jones <bjones@mozilla.com> | 2013-07-24 10:33:09 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-24 10:33:09 +0200 |
commit | 2fe3e064fdeabf1d86b18a71b97cb506a023605b (patch) | |
tree | 862d9f4e34c6dc95eb159c46926d38750adbcf57 /template/en/default/search | |
parent | 7585e73d0dddc9693e7b86fe39e14808d46048b1 (diff) | |
download | bugzilla-2fe3e064fdeabf1d86b18a71b97cb506a023605b.tar.gz bugzilla-2fe3e064fdeabf1d86b18a71b97cb506a023605b.tar.xz |
Bug 345194: Add "is empty" and "is not empty" search operators to the boolean chart
r=LpSolit, a=sgreen
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 508e11c65..901de0501 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -33,6 +33,8 @@ "changedby", "matches", "notmatches", + "isempty", + "isnotempty", ] %] <div class="bz_section_title" id="custom_search_filter"> |