Modify tags query to return shows upto current date #311

Merged
rho_n merged 1 commits from i242_Prevent-future-shows-from-being-included-in-the-Tag-index into main 2025-11-22 23:41:30 +00:00

View File

@@ -1 +1 @@
<!--% query_tags = 'SELECT id, tags FROM eps' %-->
<!--% query_tags = 'SELECT id, tags FROM eps WHERE eps.date <= date(\'now\')' %-->