Reverse autocomplete: a small tweak on the familiar feature(lkozma.net)
lkozma.net
Reverse autocomplete: a small tweak on the familiar feature
http://www.lkozma.net/autocomplete.html
6 comments
A similar technique is covered in this book, under "Wildcard Queries."
http://www-csli.stanford.edu/~hinrich/information-retrieval-...
(see page 38 in the pdf for chapter 3)
http://www-csli.stanford.edu/~hinrich/information-retrieval-...
(see page 38 in the pdf for chapter 3)
For some silly reason it didn't work for me(FF 3.0rc2), but is it similar to the auto complete in the new firefox address bar? I've found the new address bar to be a huge improvement over the old style of autocomplete.
cool demo. i guess i haven't really noticed this problem since it usually seems faster to clear the search box and re-type your query.
Same. I tend to erase and retype, or ctrl-left back a few words, select, very quickly overwrite.
Not a big deal, but a cool idea. I'll be sure to implement this next time I program auto complete.
That's a great step toward a better user experience. Good job.