Closed
Bug 1817206
Opened 2 years ago
Closed 2 years ago
Sometimes more than one heuristic is returned
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: mak, Assigned: daisuke)
References
Details
Attachments
(1 file)
I see a few events with more than one heuristic returned
result types are: search_engine,autofill_origin
selected_result is unknown
I wonder if it's some case where we're sending cached/stale results
Reporter | ||
Comment 1•2 years ago
|
||
Based on discussion with Drew, we should be using context.view.visibleResults instead of context.results.
The cause of the data may indeed be that we are measuring before the UrlbarMuxer.sort has been invoked, and then we may have multiple heuristics that will be cleaned up later. At this point no results have been shown to the user yet.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/533c2053496b
Use visibleResults for telemetry instead of results in query r=adw,mak
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•2 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•