Use terms from duplicate bugs to return originals in regular searches
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
While it is nice to have duplicate bugs omitted from bug listings to keep things under control, it does have a downside when searching.
Lets say that I'm searching open bugs for a particular term that only matches a particular bug. If this bug is marked as a duplicate of another bug that is open, I will get no results.
Ideally the duplicate bugs would be omitted from the search results, but the terms found in the duplicate bugs could be used to match the bug it is a duplicate of.
Given that there are often multiple ways of describing a problem, this would improve the chances that people would find the existing bug report as more duplicates are added (and hence discourage them from filing a new bug ...).
Changed in malone: | |
status: | Unconfirmed → Confirmed |
tags: | added: bug-search |
I'm sure omitting bugs is necessary. But Malone needs a better way of dealing with duplicates.
Say I filed a bug in package nautilus related to icon size, because it happened there, knowing not much about internals. An expert reassigns this to ubuntu-artwork and marks it as duplicate.
Another user sees the icon problem in nautilus too, but searching for bugs in package nautilus wont find an existing bug, so yet another bug duplicate is filed.
So it might be a good idea to keep a reference to places where bugs are reported, even they don't belong there. Might work with an "came-from-tag" or general tag based.
And of course, when searching for bugs with keywords all duplicates should be taken into account. The result could be showing only the main-bug noting that already #n duplicates exist.