﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8399	It doesn't work in 0.12.1	zwei22@…	rjollos	"I have installed trac(0.12.1) and I want to that the plugin work in my trac well.
However, It doesn't work, so I see its source, tracDupeSearch.js.
In the source, I changed code about regex expression and it is working well. It's below

{{{
#!diff
- var summaryRegex = /#(\d+)<\/span>:\s*([a-z0-9\-\_\ ]+):\s*(.*)\s*\(([a-z0-9\-\_\ ]+)(?:\: ([a-z0-9\-\_\ ]+))?\)$/i;
+ var summaryRegex = /#(\d+)<\/span>:\s*(.*):\s*(.*)\s*\((.*)(?:\: (.*))?\)$/i;
}}}
"	defect	closed	high	DuplicateTicketSearchPlugin	critical	fixed	regex		0.12
