From 8dbefa382cdfb2fbc45620459c5ce47f4b8ec75b Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Tue, 12 Feb 2008 07:43:29 +0100 Subject: [PATCH] Updated TODO. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7833d6c..9cbe054 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,10 @@ Release Critical Bugs when changed, be saved in the var/templates directory. * 1023: stories_by_date() 'offset' argument fails if the search is done on more than one topic. - * 1024: search_stories_by_tag() should be AND, not OR. + * 1024: search_stories_by_tag() FS should be AND, not OR. + * 1025: search_stories_by_tag() DBI query must be: + select topic_id, id from tags where (tag = 'entrantes' or tag = 'setas') + group by topic_id, id having count(id) = 2; Open Bugs --------- -- 2.11.4.GIT