Closed
Bug 1276991
Opened 10 years ago
Closed 10 years ago
Abort message should not be faceted by word
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Unassigned)
Details
STR:
do a supersearch and try to facet it by abort message
Expected:
The whole abort message will show up as the facet
Actual:
The message is split up by word and faceted individually.
Example:
https://crash-stats.mozilla.com/search/?product=Firefox&uptime=%3C8&safe_mode=__true__&process_type=%21plugin&process_type=%21content&_facets=signature&_facets=moz_crash_reason&_facets=abort_message&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=last_crash#facet-abort_message
The "moz crash reason" facet works correctly. I'd like us to fix the abort-message metadata to act like moz crash reason.
Comment 1•10 years ago
|
||
The 'exploitability' field has the same problem.
Comment 2•10 years ago
|
||
'processor notes', too.
Comment 3•10 years ago
|
||
Also: 'winsock lsp', 'java stack trace'.
Comment 4•10 years ago
|
||
I have changed all of those fields (abort_message, exploitability, processor_notes, winsock_lsp and java_stack_trace) to have the correct mapping. Facetting of those fields is broken right now, but will start working as intended with the data coming in next Monday. I have also added string operators to those fields, except exploitability.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•