<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Querying SharePoint Search from PowerShell	</title>
	<atom:link href="https://blogit.create.pt/andrevala/2014/12/11/querying-sharepoint-search-from-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/andrevala/2014/12/11/querying-sharepoint-search-from-powershell/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 12:46:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Scott		</title>
		<link>https://blogit.create.pt/andrevala/2014/12/11/querying-sharepoint-search-from-powershell/#comment-694</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Mon, 14 Dec 2015 22:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andrevala/?p=1791#comment-694</guid>

					<description><![CDATA[I got the same - try using true instead of on for enablestemming:

true]]></description>
			<content:encoded><![CDATA[<p>I got the same &#8211; try using true instead of on for enablestemming:</p>
<p>true</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FCA SPAdmin		</title>
		<link>https://blogit.create.pt/andrevala/2014/12/11/querying-sharepoint-search-from-powershell/#comment-693</link>

		<dc:creator><![CDATA[FCA SPAdmin]]></dc:creator>
		<pubDate>Mon, 28 Sep 2015 15:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andrevala/?p=1791#comment-693</guid>

					<description><![CDATA[Thanks for the script.

I have tried running the script and am getting an error.

I have entered my value for $WebApplicationURL .  It seems to run without error until it get to the line where you call the web service:
$results = $SearchWS.QueryEx($queryXml)

It fails with the following error:
Exception calling &quot;QueryEx&quot; with &quot;1&quot; argument(s): &quot;Content cannot be converted to the type Boolean. Line 12, position 25.&quot;
At line:1 char:1
+ $SearchWS.QueryEx($queryXml)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : SoapException


Any suggestions on what might be causing this error?

Thanks,]]></description>
			<content:encoded><![CDATA[<p>Thanks for the script.</p>
<p>I have tried running the script and am getting an error.</p>
<p>I have entered my value for $WebApplicationURL .  It seems to run without error until it get to the line where you call the web service:<br />
$results = $SearchWS.QueryEx($queryXml)</p>
<p>It fails with the following error:<br />
Exception calling &#8220;QueryEx&#8221; with &#8220;1&#8221; argument(s): &#8220;Content cannot be converted to the type Boolean. Line 12, position 25.&#8221;<br />
At line:1 char:1<br />
+ $SearchWS.QueryEx($queryXml)<br />
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException<br />
    + FullyQualifiedErrorId : SoapException</p>
<p>Any suggestions on what might be causing this error?</p>
<p>Thanks,</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
