FS#12757 - Bug database: "Search in comments" fails

Attached to Project: Arch Linux
Opened by Ben Kuhn (bkuhn) - Monday, 12 January 2009, 01:56 GMT
Last edited by Dan McGee (toofishes) - Monday, 12 January 2009, 03:32 GMT
Task Type Bug Report
Category Web Sites
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When using advanced search with "search in comments" turned on, I get a "Query Failed!" error:

Query { SELECT t.*, lc.category_name AS category_name, COUNT(DISTINCT vot.vote_id) AS num_votes, (SELECT COUNT(c.comment_id) FROM `flyspray_comments` c WHERE c.task_id = t.task_id) AS num_comments, GREATEST((SELECT max(c.date_added) FROM `flyspray_comments` c WHERE c.task_id = t.task_id), t.date_opened, t.date_closed, t.last_edited_time) AS max_date, lvc.version_name AS closedby_version, p.project_title, p.project_is_active, lst.status_name AS status_name, lt.tasktype_name AS task_type, lr.resolution_name FROM `flyspray_tasks` t LEFT JOIN `flyspray_projects` p ON t.project_id = p.project_id LEFT JOIN `flyspray_list_tasktype` lt ON t.task_type = lt.tasktype_id LEFT JOIN `flyspray_list_status` lst ON t.item_status = lst.status_id LEFT JOIN `flyspray_list_resolution` lr ON t.resolution_reason = lr.resolution_id LEFT JOIN `flyspray_list_category` lc ON t.product_category = lc.category_id LEFT JOIN `flyspray_votes` vot ON t.task_id = vot.task_id LEFT JOIN `flyspray_list_version` lvc ON t.closedby_version = lvc.version_id LEFT JOIN `flyspray_assigned` ass ON t.task_id = ass.task_id LEFT JOIN `flyspray_users` u ON ass.user_id = u.user_id WHERE t.project_id = ? AND ( is_closed <> '1' ) AND ((t.item_summary LIKE ? OR t.task_id LIKE ? OR c.comment_text LIKE ?)) GROUP BY t.task_id ORDER BY task_severity desc, t.task_id desc, t.task_id ASC} with params {1,%foo%,%foo%,%foo%} Failed! (Unknown column 'c.comment_text' in 'where clause')

Steps to reproduce:
On the advanced search page, leave all options as default except for selecting "search in comments". Type in "Foo" in the query field. Hit submit. You should get a similar error message.
This task depends upon

Closed by  Dan McGee (toofishes)
Monday, 12 January 2009, 03:32 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Dupe of  FS#9892  ,  FS#10481 
Comment by Dan McGee (toofishes) - Monday, 12 January 2009, 03:29 GMT
Dupe of  FS#10481 , which is hidden for most people. I'll make it public.

Loading...