summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-26 09:27:52 +0100
committerYorhel <git@yorhel.nl>2010-11-26 09:27:52 +0100
commitfb1af20108f5b5e558dc30c8be25cd3f4c4a20af (patch)
treedd8e3bf3080c770e1c180b5a456453bf991eb112 /lib/VNDB/Handler/Releases.pm
parentdd0ebd6963f42dc00eedc5d896ed3c60b99b72f1 (diff)
Added animation field release filter
Surprisingly enough, the SQL queries are still quite fast even when matching on the animation columns. And thanks to the new filter system, adding this filter was incredibly easy.
Diffstat (limited to 'lib/VNDB/Handler/Releases.pm')
-rw-r--r--lib/VNDB/Handler/Releases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 8cc252c0..1334b412 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -492,7 +492,7 @@ sub browse {
);
return 404 if $f->{_err};
- my $fil = fil_parse $f->{fil}, qw|type patch freeware doujin date_before date_after minage lang resolution plat med|;
+ my $fil = fil_parse $f->{fil}, qw|type patch freeware doujin date_before date_after minage lang resolution plat med ani_story ani_ero|;
_fil_compat($self, $fil);
$f->{fil} = fil_serialize($fil);