Add a search keyword "Whatever"
Categories
(bugzilla.mozilla.org :: Search, enhancement, P2)
Tracking
()
People
(Reporter: calixte, Assigned: kohei)
References
Details
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
Details |
In order to be able to get all kind of changes made by a user, just add a keyword "Whatever" in the custom search to be able to make query like:
Whatever changedby foo@bar.org
this kind of query should return all the bugs where foo@bar.org changed something.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Merged to master.
Comment 4•2 years ago
|
||
The keyword has been renamed to "anything" (Any field), according to [ https://github.com/mozilla-bteam/bmo/pull/1172#discussion_r303218109 ].
----
The feature cannot seem to achieve what the below query intends to achieve:
https://bugzilla.mozilla.org/query.cgi?format=advanced&j_top=OR&f1=OP&j1=AND_G&f2=short_desc&o2=regexp&v2=(?%3C!%5B^%5CW_%5D)notifications?(?!%5B^%5CW_%5D)&f3=short_desc&o3=regexp&v3=(?%3C!%5Cw)(?:in|on)%5B-%20%5D?site(?!%5Cw)&f4=CP&f5=OP&j5=AND_G&f6=longdesc&o6=regexp&v6=(?%3C!%5B^%5CW_%5D)notifications?(?!%5B^%5CW_%5D)&f7=longdesc&o7=regexp&v7=(?%3C!%5Cw)(?:in|on)%5B-%20%5D?site(?!%5Cw)&f8=CP
Perhaps an "alldesc" (All descriptions (Summary / Comment) ) workaround?
Description
•