Site Searching with SOAP
-
Tuesday, May 19, 2009 9:07 PMI'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?
All Replies
-
Wednesday, May 20, 2009 2:03 AMOwner
Hey there
You dont happen to have the web.filetype set to "doc" do you?
If yes, removing that will give you some 100 odd results through the API as well.
Thanks
Roopali- Marked As Answer by AlessCOwner Thursday, May 21, 2009 4:50 AM
-
Wednesday, May 20, 2009 1:21 PMAh, that did the trick. I must have looked over that 10 times. Thanks!