Closed
Bug 1628079
Opened 5 years ago
Closed 5 years ago
Use URIFixup to determine if we should show search suggestions
Categories
(Firefox :: Address Bar, task, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
Originally suggested by Marco here.
This is to replace this safety check in UnifiedComplete that is being removed in bug 1623637.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Points: --- → 3
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → htwyford
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Currently we run a looksLikeUrl
check on each token of the typed query. If any look like a URL, we don't show results. We spoke with Product, and we're instead going to show suggestions in all cases except when URIFixup identifies the full query as a URI. This should offer suggestions for all the examples in bug 1551049 comment 0.
We are also going to run an experiment (bug 1643386) to see if users find suggestions based on short queries useful, to potentially not fetch suggestions for those queries to improve user privacy.
Pushed by htwyford@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/378fffbba8cf
Use URIFixup to determine if we should show search suggestions. r=mak
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•