diff options
-rw-r--r-- | Bugzilla/Config/Query.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index 74e265037..fbfdb4c22 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 } ); |