Thank you very much for your time and suggestion omr. I replaced the line in the giss.js script with the line provided by you, but unfortunately it did not correct the problem for me.
The strange thing is that when moved to another domain, everything seems to work properly. On Mar 6, 2:15 am, omr <[email protected]> wrote: > Please try this solution: > > Edit the "*giss.js*" script, which is located at: > > http://nflcombineresults.com/giss.js > > (Please archive a backup copy of the script before making changes.) > > Find this line: > > query: $('#search-advanced-query').val(), > > Modify that line as follows: > > query: $('#search-advanced-query').val().replace(/\s+/g, '+'), > > -- omr -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
