Tagged Questions
The google-suggest tag has no wiki summary.
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
836 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
1answer
460 views
Google suggest and auto complete with jquery/ajax in Rails app
I would like to get some ref to use Jquery in Rails app.
At the moment, I am stuck to find the things to enable google suggest in text box and autocomplete in Rails app. Any help/suggestions/ref would ...
1
vote
2answers
667 views
What is the query limit for Google's Suggest API?
Does anyone know the query limit for this undocumented/unofficial google api?
1
vote
3answers
417 views
How to create a google like word suggestion
i have some problem. i need to know how to make word suggestions in search engine like google "did you mean ... "
If you can, using vector space model method. i have searched in goggle but i still ...
0
votes
0answers
77 views
GSA search suggest using ss.js or Ajax Autocomplete for jquery plugin
I'm trying to implement the search suggest for my gsa search box as is described in
...
0
votes
1answer
86 views
How can I use the arrow keys in Jquery
I'm trying to mimic the Google suggestions list with this:
function el(tid) {
return document.getElementById(tid);
}
function addScript(u) {
var head = ...
0
votes
0answers
30 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
0answers
214 views
Learning Ajax, how to PHP connect to Google Suggest?
Arriving at stackoverflow, I read the topic
PHP fopen fails in response
Was able to identify that my code is the same with a few name changes -- it is from Steve Holzner's book, "Ajax, A Beginner's ...
0
votes
1answer
249 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 ...