Closed
Bug 129687
Opened 23 years ago
Closed 16 years ago
use "contains" instead of "begin with" for url bar autocomplete
Categories
(SeaMonkey :: Autocomplete, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ftang, Unassigned)
Details
This is a enhancement suggestion. Not high priority for nsbeta1 nor m1.0. Should
be consider post m1.0 work.
Currently, the algorithm used for list the autocomplete menu in the url bar
seems a modified version of "begin with" matching . So if I type "bugzilla", it
will list all url "http://bugzilla" I typed before. It will be nice if we can
change that algorithm to "contains" so if I type "bugzilla", it will still list
all url "http://bugilla" but if I type 12345 it will list all url which have
"12345" in it. In this way I can get my bugzilla bug faster.
For normal user, I can still think this is a good enhancement, for example, if I
visit netscape home page and put "aol" into the stock quote, and later I can
type "aol" in the url bar and it will list the
http://pfquotes.netscape.com/finance/quotes/myquotes.tmpl?symbol=aol&
in the autocomplete menu.
Comment 1•23 years ago
|
||
Just as far as bugs go and for now, you could set up a custom keyword so you can
type "b 12345", hit enter, and be taken to bug 12345
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Updated•20 years ago
|
OS: Windows NT → All
Comment 2•18 years ago
|
||
This feature is now implemented by the Autocomplete Manager extension: https://addons.mozilla.org/en-US/firefox/addon/2300
Updated•17 years ago
|
Assignee: hewitt → nobody
QA Contact: claudius
Comment 3•16 years ago
|
||
Fixed by the new Smart Location bar autocomplete.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•