Hi Jeremy. Well, I found 2 things. One is that the filter parameter
was in the old version of the API, but I can't find it on this version
(Ajax API). And the other thing is that I'm filtering the domain on
the query parameter (q=site:
www.domain.com) but I need to do it on the
url. But I don't know how to do this on PHP:
siteSearch.setSiteRestriction("
amazon.com");
this is what you do on Ajax scripts, but I don't know what parameter I
need to filter the domain at the same way on PHP url.
Anybody?