From: mkanat%bugzilla.org <> Date: Mon, 26 Jan 2009 22:05:59 +0000 (+0000) Subject: Bug 474516: specific_search_allow_empty_words should default to on X-Git-Tag: bugzilla-3.3.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beb80569ac428cbdb43930a6a555c8e48335922;p=thirdparty%2Fbugzilla.git Bug 474516: specific_search_allow_empty_words should default to on Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index 74e2650379..fbfdb4c22b 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -77,7 +77,7 @@ sub get_param_list { { name => 'specific_search_allow_empty_words', type => 'b', - default => 0 + default => 1 } );