Searches on dup_id / "duplicate of" are broken, return nothing
Categories
(bugzilla.mozilla.org :: Search, defect)
Tracking
()
People
(Reporter: dveditz, Unassigned)
References
Details
It appears that searches on dup_id are broken and return nothing, both from the advanced query form and quicksearch. For example, bug 117222 has 120 duplicates but neither of the following find any:
https://bugzilla.mozilla.org/buglist.cgi?f1=dup_id&o1=equals&v1=117222
https://bugzil.la/ALL%20dup_id=117222
The inverse searches for duplicates works fine, though. Both of the following will find bug 117222 as the duplicate of bug 864640
https://bugzilla.mozilla.org/buglist.cgi?f1=duplicates&o1=equals&v1=864640
https://bugzil.la/ALL%20duplicates=864640
Unknown column 'bugs.dup_id' in 'where clause' [for Statement "SELECT bugs.bug_id AS bug_id, …
Bug 1795329 added the bug.dup_id
field which was automatically added to the list of search fields, but the search code was never implemented.
Description
•