summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Query.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-20 06:10:55 +0200
committermkanat%bugzilla.org <>2009-07-20 06:10:55 +0200
commitd7e5d9fdab1be995187d62e93fa7ebdc7a2ea439 (patch)
tree3a0efbd325b5df66d4a24775b6cd0da9a845617b /Bugzilla/Config/Query.pm
parent75e516184ed75b1daecda4c796c86f81c63da982 (diff)
downloadbugzilla-d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439.tar.gz
bugzilla-d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439.tar.xz
Bug 314364: Make QuickSearch use "matches" for comment searches instead of "substring"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
Diffstat (limited to 'Bugzilla/Config/Query.pm')
-rw-r--r--Bugzilla/Config/Query.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm
index fbfdb4c22..6479db8ce 100644
--- a/Bugzilla/Config/Query.pm
+++ b/Bugzilla/Config/Query.pm
@@ -68,13 +68,6 @@ sub get_param_list {
},
{
- name => 'quicksearch_comment_cutoff',
- type => 't',
- default => '4',
- checker => \&check_numeric
- },
-
- {
name => 'specific_search_allow_empty_words',
type => 'b',
default => 1