Tagged Questions

4
votes
2answers
2k views

How does Google Chrome suggest url completions?

I've learned about Google's (unofficial) suggest API and their search API, which both look really great, but the suggest API doesn't actually suggest navigational completions. On the other hand, in ...
3
votes
1answer
865 views

How could one create Google-Suggest style search suggestions with Javascript/AJAX?

How could one create Google-Suggest style search suggestions with Javascript/AJAX? References to articles would be much appreciated. I would like to retrieve the "suggestions" from a database. ...
1
vote
2answers
694 views

What is the query limit for Google's Suggest API?

Does anyone know the query limit for this undocumented/unofficial google api?
0
votes
0answers
32 views

How to get XML data on the same page

I want to use the Google suggestions provided in xml format. I have found this on the internet: <form action="http://google.com/complete/search" method="get"><div> <input type="text" ...
0
votes
1answer
254 views

Google Suggest - What determines the sort order of suggested queries on google?

How is this sort order determined? Is it ranked by popularity, number of results, or a mysterious google algorithm? Does there algorithm take into account the search popularity of a query (using ...