Activity log for bug #1030947

Date Who What changed Old value New value Message
2012-07-30 16:16:36 Eric Casteleijn bug added bug
2012-07-30 16:16:45 Eric Casteleijn u1db: status New In Progress
2012-07-30 16:16:48 Eric Casteleijn u1db: assignee Eric Casteleijn (thisfred)
2012-07-30 16:16:50 Eric Casteleijn u1db: importance Undecided High
2012-07-30 16:16:53 Eric Casteleijn u1db: milestone pre-release
2012-07-30 16:26:42 Eric Casteleijn description When indexing a document, there are no checks to see if it is already indexed under the same index key. This leads to the same document showing up multiple times in query results under some circumstances. When indexing a document, there are no checks to see if it is already indexed under the same index key. This leads to the same document showing up multiple times in query results under some conditions.
2012-07-30 18:54:45 Launchpad Janitor branch linked lp:~thisfred/u1db/uniquify-indexes
2012-07-30 18:58:06 Eric Casteleijn summary documents should not be stored multiple times under the same index key documents should not be stored multiple times with the same value under the same index key
2012-07-30 18:59:03 Eric Casteleijn description When indexing a document, there are no checks to see if it is already indexed under the same index key. This leads to the same document showing up multiple times in query results under some conditions. When indexing a document, there are no checks to see if it is already indexed with the same value under the same index key. This leads to the same document showing up multiple times in query results under some conditions. (After indexes are deleted and then new ones created indexing the same fields.)
2012-08-01 17:07:40 Ubuntu One Auto Pilot u1db: status In Progress Fix Committed
2012-08-01 18:16:03 Eric Casteleijn u1db: status Fix Committed Fix Released