Closed
Bug 1514780
Opened 6 years ago
Closed 6 years ago
Use the new tokenizer in UnifiedComplete (to make restriction characters handling more consistent)
Categories
(Firefox :: Address Bar, enhancement, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
For some reason restriction tokens are breaking the search, no results are returned when searching for "* moz" for example.
Assignee | ||
Comment 1•6 years ago
|
||
This is actually due to the different tokenizer we use in the new and old code, the new tokenizer considers "*moz" as a research on bookmarks for the word "moz", while UnifiedComplete considers it a search for "*moz". The best path forward would probably be to use the new tokenizer in unifiedcomplete, that is not exactly trivial, but it would allow us to hammer down some of its potential bugs.
Assignee | ||
Updated•6 years ago
|
Priority: P1 → P2
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Summary: Fix search with restriction characters → Use the new tokenizer in UnifiedComplete (to make restriction characters handling more consistent)
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/f2f4a6eb1576 Use the Quantum Bar tokenizer in UnifiedComplete. r=adw
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
Updated•6 years ago
|
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•