Negative Site Restrict?

0 views
Skip to first unread message

wdr1

unread,
Dec 21, 2009, 10:08:38 PM12/21/09
to Google AJAX APIs
Is there a way I can express "banana -site:wikipedia.org" using the
Ajax API?

I've tried a few variations, but none work so far.

Thanks,
-Bill

omr

unread,
Dec 25, 2009, 2:15:44 AM12/25/09
to Google AJAX APIs
You can try using the setQueryAddition method:


var webSearch = new google.search.WebSearch();
webSearch.setQueryAddition('-site:wikipedia.org');


-- omr

Reply all
Reply to author
Forward
0 new messages