Roundup Tracker - Issues

Issue 1698136

classification
Trouble with full-text indexer
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: forsberg : forsberg
Priority: normal :

Created on 2007-04-11 05:33 by forsberg, last changed 2007-04-11 20:08 by forsberg.

Messages
msg2422 Author: [hidden] (forsberg) Date: 2007-04-11 05:33
The full-text indexer doesn't work when importing issues using import_list. Doing a reindex after that doesn't work either. 

See http://comments.gmane.org/gmane.comp.bug-tracking.roundup.user/7998 for a discussion (with patch). I've experienced the problem on PostgreSQL. The patch fixes that problem. The problem however persists on anydbm (at least according to  my unit test) even with the patch. Further investigation needed.
msg2423 Author: [hidden] (forsberg) Date: 2007-04-11 20:08
Trouble on anydbm turned out to be a trouble with the test. Test and fix commited.
History
Date User Action Args
2007-04-11 05:33:47forsbergcreate