Commit 5beb8056 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 474516: specific_search_allow_empty_words should default to on

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 3a9c0c13
...@@ -77,7 +77,7 @@ sub get_param_list { ...@@ -77,7 +77,7 @@ sub get_param_list {
{ {
name => 'specific_search_allow_empty_words', name => 'specific_search_allow_empty_words',
type => 'b', type => 'b',
default => 0 default => 1
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment