summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-08-02 01:19:47 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-08-02 01:19:47 +0200
commite214fe83d5ca689771a5c55bc507fc1a7309bf6b (patch)
treee38578014eb23bbd5cb91160740da7c68d3485f6 /Bugzilla
parentdac48ba3875e23c64ba9d79f81705bc5e84a9fc4 (diff)
downloadbugzilla-e214fe83d5ca689771a5c55bc507fc1a7309bf6b.tar.gz
bugzilla-e214fe83d5ca689771a5c55bc507fc1a7309bf6b.tar.xz
Bug 581622: When a quicksearch includes the "content" field, it is limited to 200 bugs
r/a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm6
1 files changed, 0 insertions, 6 deletions
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';