summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--lib/VNDB/Handler/Tags.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 444f710c..71ff2069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@ git - ?
- Set 'no spoilers' as default spoiler level for tags
- Added Czech and Hungarian interface translation
- Producer relations
+ - Increased tag dropdown search results to 15
2.7 - 2009-09-24
- Improved styling of the threeboxes layout
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index f75efdc6..4c969436 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -653,7 +653,7 @@ sub tagxml {
my($list, $np) = $self->dbTagGet(
$q =~ /^g([1-9]\d*)/ ? (id => $1) : $q =~ /^name:(.+)$/ ? (name => $1) : (search => $q),
- results => 10,
+ results => 15,
page => 1,
);