From d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 20 Jul 2009 04:10:55 +0000 Subject: Bug 314364: Make QuickSearch use "matches" for comment searches instead of "substring" Patch by Max Kanat-Alexander r=wicked, a=mkanat --- Bugzilla/Config/Query.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/Query.pm') 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 @@ -67,13 +67,6 @@ sub get_param_list { default => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring' }, - { - name => 'quicksearch_comment_cutoff', - type => 't', - default => '4', - checker => \&check_numeric - }, - { name => 'specific_search_allow_empty_words', type => 'b', -- cgit v1.2.3-24-g4f1b