When filing a new bug, the duplicate finder doesn't find an existing bug whose summary is an exact match
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
High
|
Unassigned |
Bug Description
Today gnome-control-
One can easily reproduce this by going to https:/
Robert Collins (lifeless) wrote : | #1 |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: bugs dupefinder search |
Robert Collins (lifeless) wrote : | #2 |
('easy' only in code, may have perf implications)
Abel Deuring (adeuring) wrote : | #4 |
My work on bug 29713 and bug 1020443 probably improved the situation a bit:
(1) Words with dashes are now no longer mapped to a search term like "gnomecontrolcenter | (gnome & control & center)".
(2) The dupe finder stemmed the search term twice. This affects the term "gnome-
Bug 932644 is still not found though -- only a few other bugs with the title "gnome-
Interesting. The dupefinder does its own tokenisation to create the wider search string. This is another case that a separate search engine would likely prevent the bug occuring.
One easy fix would be to add an || exact-match test to the search.