Actions
Defect #5967
closedsearch engine doesn't work
Status:
Closed
Priority:
High
Assignee:
-
Category:
Search engine
Target version:
-
Start date:
2010-07-26
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I installed redmine ver 1.0.0 migrated database, filled it with default data and started web server.
On the page I printed 'search' in the search field and catched the following:
Mysql::Error: Unknown column 'text' in 'where clause': SELECT DISTINCT `wiki_pages`.id FROM `wiki_pages` LEFT OUTER JOIN `wikis` ON `wikis`.id = `wiki_pages`.wiki_id LEFT OUTER JOIN `projects` ON `projects`.id = `wikis`.project_id WHERE ((projects.status=1 AND projects.id IN (SELECT em.project_id FROM enabled_modules em WHERE em.name='wiki')) AND (((LOWER LIKE '%поиск%') OR (LOWER LIKE '%поиск%')))) ORDER BY wiki_pages.created_on DESC LIMIT 11
Actions