summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-02-18 19:13:59 +0100
committerDavid Lawrence <dlawrence@mozilla.com>2011-02-18 19:13:59 +0100
commit6aad3a0979417a4e131a2ac45ceabfe840aa4af6 (patch)
tree1232546a7ed43a73b4338365918ac49ec30b099a /Bugzilla/Install.pm
parent8cef0a14747ab7b9a1b9e2dfb98fe44eeace06d6 (diff)
downloadbugzilla-6aad3a0979417a4e131a2ac45ceabfe840aa4af6.tar.gz
bugzilla-6aad3a0979417a4e131a2ac45ceabfe840aa4af6.tar.xz
Bug 580490 - Quicksearch should optionally not search comments
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 6fbaa0b75..808a50698 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -88,6 +88,8 @@ sub SETTINGS {
default => 'before_comments' },
# 2008-08-27 LpSolit@gmail.com -- Bug 182238
timezone => { subclass => 'Timezone', default => 'local' },
+ # 2011-02-07 dkl@mozilla.com -- Bug 580490
+ quicksearch_fulltext => { options => ['on', 'off'], default => 'on' },
}
};