Search issues after trac import
Added by Corry Haines over 15 years ago
After I import a project from trac, the search functionality gets a bit strange.
Basically, if you execute a global search (across all projects) then the search will work fine, and find the expected results. However, if you limit the search to a single project, then no results are returned. These two queries should return the same set of results, as there is only the one project in the system.
After poking around a bit, it seems like tweaking an issue in the database can fix this. If I change a project ID in the db to something else, and then back to the original value, it sometimes fixes the problem, but only for that single bug.
If I create another project normally, and create issues in it, then search works fine when specific to that project.
I am running on Trunk (2888).
Any Ideas? Help would be appreciated.
Replies (1)
RE: Search issues after trac import - Added by Corry Haines over 15 years ago
Hmm, it seems that this was an issue caused by my using Postgresql 8.4.
When I downgraded to Posgresql 8.3.7 it worked fine.