Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google's predictive text as you type code example - w/o auto suggest dropdown menu

Google's new predictive text predicts the search "as you type" in the box by showing the next characters in light gray font. Does anyone know of any code that does this? I am aware of the typical suggest drop down menus but I am looking for example code that does everything in the search box - without auto suggest dropdown menu.

like image 583
Andrew Avatar asked Feb 09 '11 17:02

Andrew


People also ask

What is predictive search give a suitable example?

Any site in any industry can benefit from predictive search. For example, e-commerce sites can use it to help users navigate their product catalogs, while media companies can use it to help users find relevant news, videos, and other content.

What is Google predictive search?

Autocomplete is a feature within Google Search that makes it faster to complete searches that you start to type. Our automated systems generate predictions that help people save time by allowing them to quickly complete the search they already intended to do.

How do I use Google suggestions?

Click Search features from the menu on the left and then click the Autocomplete tab. Click on the slider to set Enable autocomplete to On. It can take up to 2-4 days for autocompletions tailored to your search engine to start appearing.


1 Answers

i found one similar script here which suggest words like google when user type search query

https://sourceforge.net/projects/searchpuppy/files/

like image 56
Sanket Shembekar Avatar answered Sep 24 '22 16:09

Sanket Shembekar