X
Business

Google suggest now for news

The same feature used for "Google Suggest" has now been enabled for Google News.  Now it will suggest search terms by cross referencing what you are typing with what's in the news -- all in real time.
Written by Garett Rogers, Inactive
googlenews.jpg
The same feature used for "Google Suggest" has now been enabled for Google News.  Now it will suggest search terms by cross referencing what you are typing with what's in the news -- all in real time.

This is a pretty cool feature -- but it's a pain in the butt to get to.  In an attempt to make it easier I created a Greasemonkey script that appends the "?complete=1" so you don't have to.  Click here to install this script, or create your own with the code:

// ==UserScript==
// @name          Google News Suggest
// @namespace     http://www.aimx.com/greasemonkey
// @description   Makes sure Google News uses the suggest feature.
// @include       http://news.google.com/
// ==/UserScript==
window.location.replace(window.location.href + '?complete=1');
Editorial standards