Open
Bug 1163149
Opened 10 years ago
Updated 10 years ago
[Super Search] Add ability to select a range/set of versions
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
NEW
People
(Reporter: bc, Unassigned)
References
Details
Currently Super Search only allows a comparison of the version using the operators:
contains
is
starts with
ends with
is not
does not contain
does not start with
does not end with
does not exist
exists
This does not allow the selection of crashes from multiple versions with one query.
I would like to be able to get all crashes for Release (37), Beta (38), Aurora (39) and Nightly (40) for example. I could do 4 difference searches, which isn't that much of a problem if you want to wontfix this.
Other possibilities are:
version begins with one of 37, 38, 39, 40
version matches [37-40]
version matches 3[7-9]|40
version >= 37 and version <= 40 (if you converted the version comparison to numeric)
Comment 1•10 years ago
|
||
This was changed in bug 1155416 and has been reverted. I'll need to do bug 1164062 first, and then reapply bug 1155416, and then this problem should be resolved.
Depends on: 1164062
Updated•10 years ago
|
Component: Middleware → Webapp
OS: Unspecified → All
Hardware: Unspecified → All
Version: other → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•