Tagged Questions
2
votes
2answers
335 views
In a FullTextSqlQuery what does SiteContext refer to?
I thought it would limit where you search, but when I tried to do something like this:
fullTextSqlQuery.SiteContext = new Uri("http://test.myUrl.com/nc/mySite");
It returned results from other ...
2
votes
1answer
640 views
“Error HRESULT E_FAIL has been returned from a call to a COM component” when executing FullTextSqlQuery?
I am using a FullTextSqlQuery to grab some data from a SharePoint instance. Initially I had a fairly simple where clause in which I filtered the results by the content type and everything worked ...