Open Bug 1810668 Opened 2 years ago Updated 2 years ago

Searches on dup_id / "duplicate of" are broken, return nothing

Categories

(bugzilla.mozilla.org :: Search, defect)

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

See Also: → 1810669

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.

Duplicate of this bug: 1810669
See Also: → 1795329
You need to log in before you can comment on or make changes to this bug.