Closed Bug 1201679 Opened 10 years ago Closed 9 years ago

API should allow querying results of GFX features

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: u279076, Assigned: adrian)

Details

Currently when I use the API or Supersearch I can query for "app_notes" which contains a list of GFX features. Unfortunately this only allows me to query for the names of the features and not the values. As an example, consider the following App Notes string from crash report bp-13229abf-c0eb-4343-b064-891dd2150828: > AdapterVendorID: 0x8086, > AdapterDeviceID: 0x0102, > AdapterSubsysID: 04ee1028, > AdapterDriverVersion: 8.15.10.2401 > D2D- > D2D1.1- > D2D+ > DWrite- > DWrite+ > D3D11 Layers- > D3D11 Layers+ Currently with supersearch and the API I can get a list of reports with "D2D1.1" but I cannot get a list of reports with "D2D1.1+" or "D2D1.1-". The same goes for the rest of the values where +/-/? are valid. The GFX team currently uses the CSV files to correlate this data to success rate trends for various features (see http://people.mozilla.org/~bgirard/gfx_features_stats/). We'll lose this valuable resource once these CSV files are deprecated, and without a sufficient API. Thanks
Is this just a question of being able to use "special" characters by somehow escaping them?
(In reply to Milan Sreckovic [:milan] from comment #1) > Is this just a question of being able to use "special" characters by somehow > escaping them? Maybe?...
We really should have those in a different field than app notes and make those other fields better queryable.
Adrian is the expert of SuperSearch querying magic.
Flags: needinfo?(adrian)
Assignee: nobody → adrian
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(adrian)
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.