Closed Bug 1316144 Opened 8 years ago Closed 8 years ago

[Super Search] Cannot query fields from the document root

Categories

(Socorro :: Webapp, task)

task
Not set
normal

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.
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.
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.

Attachment

General

Created:
Updated:
Size: