Closed Bug 883076 Opened 11 years ago Closed 10 years ago

possible_duplicates() ignores strings of the form "2.0.3"

Categories

(Bugzilla :: WebService, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 970184

People

(Reporter: marcus.moeller, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130516142033

Steps to reproduce:

It seems that Bugzilla only checks for the title of the bug when showing Possible Duplicates.

E.g. I have created a bug called: 

update to 1.1.0

and the existing bug for the same component called:

mypaint-1.1.0 is available

has not been displayed in the list.

Of course there are only 5 similar characters, while 19 are different, but these might be enough if the comp is the same.
The reason it ignores 1.1.0 is because we split words on punctuation characters and then ignore strings shorter than 3 characters.
Assignee: create-and-change → webservice
Severity: normal → enhancement
Component: Creating/Changing Bugs → WebService
Summary: RFE: Possible Duplicates functionality could be improved → possible_duplicates() ignores strings of the form "2.0.3"
Thanks for pointing the current behaviour our. Could we perhaps improve the 'ignore' logic in such a way that numbers (which are most often version numbers) are not ignored, even if they are only one digit?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.