Closed
Bug 1316144
Opened 8 years ago
Closed 8 years ago
[Super Search] Cannot query fields from the document root
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Assigned: adrian)
Details
Attachments
(1 file)
Super Search Fields builds field names using a namespace. When that namespace is empty (ie. when the field is at the root of the document, as opposed to in `raw_crash` or `processed_crash` for example), then the field name becomes `.field_name`. That leading dot should be removed.
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/6c93086f9b97bfed7e70365f5248ded3ce9604eb
Fixes bug 1316144 - Allow querying root fields in Super Search. (#3581)
Fixes a bug with the way Super Search manages fields. A field that had no namespace (ie. that is in the root of the crash document) became `.field` instead of `field`, thus preventing any filtering or aggregating on it.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•