<?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: Search a single list, and don&#8217;t use the OSSSearchResults.aspx page&#8230;</title>
	<atom:link href="http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:54:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5144</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5144</guid>
		<description>Yes, it would, if you wanted that replacement for EVERY list.

In our customers case, they had just the ONE special list.

Another option, if you want to fix this for all lists/sites would be to write a custom HTTPModule - but it&#039;s a much heavier weight option.

And I share your hopes...</description>
		<content:encoded><![CDATA[<p>Yes, it would, if you wanted that replacement for EVERY list.</p>
<p>In our customers case, they had just the ONE special list.</p>
<p>Another option, if you want to fix this for all lists/sites would be to write a custom HTTPModule &#8211; but it&#8217;s a much heavier weight option.</p>
<p>And I share your hopes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panoone</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5142</link>
		<dc:creator>Panoone</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5142</guid>
		<description>From what I understand you&#039;d have to perform this for every list or site for which you didn&#039;t want the dreaded OSSSearchresults.aspx page being served for results?

I admire your perseverance but am choosing to be optimistic (in the extreme?) that this will be &#039;repaired&#039; in a future release. :)</description>
		<content:encoded><![CDATA[<p>From what I understand you&#8217;d have to perform this for every list or site for which you didn&#8217;t want the dreaded OSSSearchresults.aspx page being served for results?</p>
<p>I admire your perseverance but am choosing to be optimistic (in the extreme?) that this will be &#8216;repaired&#8217; in a future release. <img src='http://www.novolocus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5124</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5124</guid>
		<description>Well, in the post this is the comments for, the scope is set by the _results_ page being used, _not_ the search box.

In the post at http://www.novolocus.com/2009/02/24/search-a-single-site/ we are using additional query terms (appqueryterms) - though I&#039;m using it to pass the &#039;Site&#039; url as a parameter to search - it isn&#039;t a proper scope.

I&#039;m pretty sure you have to set Append to Query to true, but I&#039;ve not checked.</description>
		<content:encoded><![CDATA[<p>Well, in the post this is the comments for, the scope is set by the _results_ page being used, _not_ the search box.</p>
<p>In the post at <a href="http://www.novolocus.com/2009/02/24/search-a-single-site/" rel="nofollow">http://www.novolocus.com/2009/02/24/search-a-single-site/</a> we are using additional query terms (appqueryterms) &#8211; though I&#8217;m using it to pass the &#8216;Site&#8217; url as a parameter to search &#8211; it isn&#8217;t a proper scope.</p>
<p>I&#8217;m pretty sure you have to set Append to Query to true, but I&#8217;ve not checked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetDeveloper</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5121</link>
		<dc:creator>DotNetDeveloper</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5121</guid>
		<description>Hi Andy

just browsing your site (brought here by the breadcrumb info) and had a quick read of this article.

maybe I misread what you said about making the search box use a particular scope I used this process for the search on my last site but found a input called appqueryterms on the search webpart with which you can something similar to scope:blahblah which should pass this value through the search box to your search results page.

you also have to make sure that append to query is set to false.

Keep up the good work</description>
		<content:encoded><![CDATA[<p>Hi Andy</p>
<p>just browsing your site (brought here by the breadcrumb info) and had a quick read of this article.</p>
<p>maybe I misread what you said about making the search box use a particular scope I used this process for the search on my last site but found a input called appqueryterms on the search webpart with which you can something similar to scope:blahblah which should pass this value through the search box to your search results page.</p>
<p>you also have to make sure that append to query is set to false.</p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5120</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 09 Apr 2009 08:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5120</guid>
		<description>Yeah, I think that your problem is your scope.

You might also find this technique useful too:
http://www.novolocus.com/2009/02/24/search-a-single-site/</description>
		<content:encoded><![CDATA[<p>Yeah, I think that your problem is your scope.</p>
<p>You might also find this technique useful too:<br />
<a href="http://www.novolocus.com/2009/02/24/search-a-single-site/" rel="nofollow">http://www.novolocus.com/2009/02/24/search-a-single-site/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5119</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5119</guid>
		<description>..PS - getting closer - it was my scope that was at fault - I had it pointing to the root of the ICT site, rather than any folder - even so it was failing.  I need to read up a bit on scope I think.

Cheers

Chris</description>
		<content:encoded><![CDATA[<p>..PS &#8211; getting closer &#8211; it was my scope that was at fault &#8211; I had it pointing to the root of the ICT site, rather than any folder &#8211; even so it was failing.  I need to read up a bit on scope I think.</p>
<p>Cheers</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.novolocus.com/2009/02/20/search-a-single-list-and-dont-use-the-osssearchresultsaspx-page/comment-page-1/#comment-5118</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=988#comment-5118</guid>
		<description>So close, but doesn&#039;t work with me.

I am doing a site collection - in it there will be sites that match our sections, obviously one will be ICT.

On the home page of each site I want a simple box to search the docs in that site.  I don&#039;t want to go to OSSSearchResults

This looked like a solution.

However, unless I missed a step, the URL that gets passed to my new results page is

http://intranetnew/sections/ICT/Pages/ICTSearchResults.aspx?k=Hakuna&amp;s=All%20Sites

(NB &quot;Hakuna&quot; is a text string I know is in a document at site collection level, but not in anything in any ICT librabray or list)

Leaving off the s parameter and it all works, but I can&#039;t seem to get that to be sent from the .

Any ideas?

Cheers

Chris</description>
		<content:encoded><![CDATA[<p>So close, but doesn&#8217;t work with me.</p>
<p>I am doing a site collection &#8211; in it there will be sites that match our sections, obviously one will be ICT.</p>
<p>On the home page of each site I want a simple box to search the docs in that site.  I don&#8217;t want to go to OSSSearchResults</p>
<p>This looked like a solution.</p>
<p>However, unless I missed a step, the URL that gets passed to my new results page is</p>
<p><a href="http://intranetnew/sections/ICT/Pages/ICTSearchResults.aspx?k=Hakuna&amp;s=All%20Sites" rel="nofollow">http://intranetnew/sections/ICT/Pages/ICTSearchResults.aspx?k=Hakuna&amp;s=All%20Sites</a></p>
<p>(NB &#8220;Hakuna&#8221; is a text string I know is in a document at site collection level, but not in anything in any ICT librabray or list)</p>
<p>Leaving off the s parameter and it all works, but I can&#8217;t seem to get that to be sent from the .</p>
<p>Any ideas?</p>
<p>Cheers</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
