From e214fe83d5ca689771a5c55bc507fc1a7309bf6b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 2 Aug 2010 01:19:47 +0200 Subject: Bug 581622: When a quicksearch includes the "content" field, it is limited to 200 bugs r/a=mkanat --- Bugzilla/Constants.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2285f89b0..bfb8d190d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -113,8 +113,6 @@ use Memoize; GLOBAL_EVENTS EVT_FLAG_REQUESTED EVT_REQUESTED_FLAG - FULLTEXT_BUGLIST_LIMIT - ADMIN_GROUP_NAME PER_PRODUCT_PRIVILEGES @@ -369,10 +367,6 @@ use constant EVT_REQUESTED_FLAG => 101; # I have requested a flag use constant GLOBAL_EVENTS => EVT_FLAG_REQUESTED, EVT_REQUESTED_FLAG; -# Number of bugs to return in a buglist when performing -# a fulltext search. -use constant FULLTEXT_BUGLIST_LIMIT => 200; - # Default administration group name. use constant ADMIN_GROUP_NAME => 'admin'; -- cgit v1.2.3-24-g4f1b