I'm trying to setup the following with SOAP -->
request.query = "site:schoolsuccessonline.com school success"
The above fails with 0 results. However the same query on search.live.com returns 109 results.
If I replace the domain with Microsoft.com -->
request.query = "site:microsoft.com school success"
The above returns 1730 results. The same query on search.live.com returns 67,100 results.
Why does the SOAP VB code not work correctly? Is it because the sourceType is set to Web? What types should I be searching? Or if this is not the issue anyone have any great ideas?