Closed
Bug 1110003
Opened 10 years ago
Closed 10 years ago
[Super Search] namespace is incorrectly removed from returned field names
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Assigned: adrian)
Details
When a namespace contains a dot (for example, "processed_crash.json_dump"), that field will be returned in the Super Search results as "json_dump.field_name". The web app expects it to be just "field_name" though, and rightfully so.
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0b6ddfb6e9e805addcc0ceb2040d9af0782caffc
Fixes bug 1110003 - Correctly remove namespace from returned results.
https://github.com/mozilla/socorro/commit/0a23076c61073d0694557d71288d8dbf9a65559d
Merge pull request #2513 from AdrianGaudebert/1110003-supersearch-returned-namespace
Fixes bug 1110003 - Correctly remove namespace from returned results.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/8b914217ce08ac78d20fe88b68dd0e391ea0a763
Ported bug 1110003, fixed removal of namespace in fields names.
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•