Closed
Bug 373352
Opened 18 years ago
Closed 16 years ago
add "Search for 'foo'" to the list of location bar autocomplete results when the user types "foo"
Categories
(Firefox :: Address Bar, enhancement)
Firefox
Address Bar
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: moco, Unassigned)
References
Details
(Keywords: polish, uiwanted)
add "Search for 'foo'" to the list of location bar autocomplete results when the user types "foo"
a while back, mconnor (or beltzner?) noted that IE7 had a useful "Search for 'foo'" when you typed in the url bar.
this bug tracks adding it to Firefox.
note, mconnor also brought up the possibility of, if you choose that, then sending it to the search box and submitting it there, to help discoverability of the search box. (but, if we do that, we should make sure everything works when the search box is not being shown in the toolbar.)
Reporter | ||
Comment 1•18 years ago
|
||
beltzner adds:
"Search for <text>..." should be the last option location bar typeahead list. (If we can't match anything in typeahead, it'll be the only item in the list, if we can, it'll be the last item.)
Reporter | ||
Comment 2•17 years ago
|
||
taking, assuming we want this for Firefox 3.
Assignee: nobody → sspitzer
Flags: blocking-firefox3?
Comment 3•17 years ago
|
||
Isn't this the same thing Mozilla suite had and SeaMonkey still has?
If so, you probably can steal code from there ;-)
Comment 4•17 years ago
|
||
Not a blocker, and should be de-prioritized beneath getting the basic searching/matching against Places results first. Adding polish and uiwanted.
My current feeling, fwiw, is that we probably only want to show this in the case where there *are* local matches (yes, this is contradicting comment #1, I do that a lot as I think things through). The case we're trying to cover is:
- user remembers that they went to a page about monkeys
- user types "monkey" in the location bar, gets partial matches
- user scrolls through matches, none are the one he's looking for
- last item is "search web for monkeys" instead of requiring the user to tab over to the search bar
Flags: blocking-firefox3? → blocking-firefox3-
Keywords: polish
Reporter | ||
Comment 5•17 years ago
|
||
sliding to m8, at least.
Beltzner, can you give the wording you'd like to see?
IE 7 has: Search for "monkeys"
Would we want something similar, or something like:
Search for "monkeys" on <name of current search service>
It might be worth adding the string to the .properties file (before a l10n b1 freeze) even if the feature is not ready.
Target Milestone: --- → Firefox 3 M8
Comment 6•17 years ago
|
||
SeaMonkey has |Search <search service> for "foo"|, just FYI.
Reporter | ||
Comment 7•17 years ago
|
||
this might sound like a hack, but hear me out.
given the async, chunking nature of url bar search with a large amount history, adding the "Search for ..." when the search is complete is a good way to indicate the local search is over.
if we showed it right away, and more results came it, the "Search more" would be pushed down and we want to avoid results jumping around under the users mouse / selection.
For small histories, the url bar autocomplete will be quickly will show up quickly, and for empty histories it would show up right away.
note, if we do bug #395161, we would show it right away.
Status: NEW → ASSIGNED
Target Milestone: Firefox 3 M8 → Firefox 3 M9
Comment 8•17 years ago
|
||
I'm in favor of this change, I would set the text to
"Search [engine name]: [search text]"
With the appropriate search engine favicon to the left of the entry.
Updated•17 years ago
|
Flags: in-litmus?
Comment 10•17 years ago
|
||
Note that this is not just an aid for beginners mousing through their local history autocomplete (the "monkey" scenario), but also a nice-to-have convenience for experienced users of Seamonkey/Mozilla Suite (which had this long before IE7), using the "arrow up" key to instantly wrap around to the "search" item at the end of the list.
Reporter | ||
Comment 11•17 years ago
|
||
fx 3 blocking minus, so clearing tm
Assignee: sspitzer → nobody
Status: ASSIGNED → NEW
Target Milestone: Firefox 3 M10 → ---
Comment 12•16 years ago
|
||
What about: "<Search Engine Name> Search for '<text>'"?
i.e. Google Search for 'hello firefox'; Yahoo! HK Search for 'byebye IE'
We won't need to follow IE8 which has 'Go to <text>' because that command searches the bookmarks, then history, then search provider and shows user input at the top while Firefox shows user input (hand inputed urls) and bookmarks and history together so it would be confusing to use "Go to".
You might want to add "Go to www.<text>.com" or "Go to www.<text>.org" instead.
Comment 13•16 years ago
|
||
Think this is WONTFIX for now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Flags: in-litmus? → in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•