From f4966aeb0e7a655c986aeb285c1a220274ddbfd9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Aug 2005 01:16:40 +0000 Subject: Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann r=wicked a=myk --- defparams.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 598d0711f..ffb9c68d9 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1424,6 +1424,17 @@ Reason: %reason% default => 1, }, + { + name => 'quicksearch_comment_cutoff', + desc => q{The maximum number of search terms for a QuickSearch to search + comments. + If the QuickSearch query contains more terms than this value, + QuickSearch will not search comments.}, + type => 't', + default => '4', + checker => \&check_numeric + }, + # Added for Patch Viewer stuff (attachment.cgi?action=diff) { name => 'cvsroot', -- cgit v1.2.3-24-g4f1b