<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scenic Living &#187; search</title>
	<atom:link href="http://www.typo3blog.nl/tag/search/feed" rel="self" type="application/rss+xml" />
	<link>http://www.typo3blog.nl</link>
	<description>living with a view on life</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:33:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>search option restored</title>
		<link>http://www.typo3blog.nl/asides/search-option-restored.html</link>
		<comments>http://www.typo3blog.nl/asides/search-option-restored.html#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:23:44 +0000</pubDate>
		<dc:creator>henjo</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[searchbox]]></category>

		<guid isPermaLink="false">http://www.typo3blog.nl/asides/search-option-restored.html</guid>
		<description><![CDATA[I noticed the search box had disappeared. It is back now!
]]></description>
			<content:encoded><![CDATA[<p>I noticed the search box had disappeared. It is back now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3blog.nl/asides/search-option-restored.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I add a separate searchbox on my TYPO3 website using indexed_search</title>
		<link>http://www.typo3blog.nl/design/how-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html</link>
		<comments>http://www.typo3blog.nl/design/how-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:40:32 +0000</pubDate>
		<dc:creator>henjo</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[usabillity]]></category>
		<category><![CDATA[all pages]]></category>
		<category><![CDATA[indexed search]]></category>
		<category><![CDATA[macina]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.typo3blog.nl/?p=81</guid>
		<description><![CDATA[Basically what I do implementing a searchbox that needs to be an all pages, is using some plain typoscript to get this running well.
I used to use macina searchbox when I just started working with TYPO3, but getting more feeling with typoscript, I personally like using as less as extensions as possible.
So, how do I do it?
First [...]]]></description>
			<content:encoded><![CDATA[<p>Basically what I do implementing a searchbox that needs to be an all pages, is using some plain typoscript to get this running well.</p>
<p>I used to use macina searchbox when I just started working with TYPO3, but getting more feeling with typoscript, I personally like using as less as extensions as possible.</p>
<p>So, how do I do it?</p>
<p>First of all, make sure you implement Indexed Search (setting up the indexing etc.). You really should read the documentation on that - although if you&#8217;re like me you&#8217;d like me post it here for you!</p>
<p>Second make sure you a subpart Marker (or when using TemplaVoila make sure you map the location to a typoscript object). Usually mine is named <em>lib.searchbox</em>.</p>
<p>Third thing you do is prepare some constants in your TS template:</p>
<p><em>plugin.tx_indexedsearch.searchUID = 2<br />
plugin.tx_indexedsearch.showAdvanced = 0</em></p>
<p>The searchUID constant is the page containing your search results (your page with the indexed_search plugin on it).</p>
<p><a href="http://www.typo3blog.nl/wp-content/uploads/2009/02/searchbox.ts">In the setup you now use the following code to give you the searchbox.</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow" id="print" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.printfriendly.com%2Fprint%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Bpartner%3Dsociable';" title="Print this article!"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="digg" target="_blank" href="javascript:window.location='http%3A%2F%2Fdigg.com%2Fsubmit%3Fphase%3D2%26amp%3Burl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search%26amp%3Bbodytext%3DBasically%2520what%2520I%2520do%2520implementing%2520a%2520searchbox%2520that%2520needs%2520to%2520be%2520an%2520all%2520pages%252C%2520is%2520using%2520some%2520plain%2520typoscript%2520to%2520get%2520this%2520running%2520well.%250D%250A%250D%250AI%2520used%2520to%2520use%2520macina%2520searchbox%2520when%2520I%2520just%2520started%2520working%2520with%2520TYPO3%252C%2520but%2520getting%2520more%2520feeling%2520with%2520typoscript%252C%2520I';" title="Digg"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="sphinn" target="_blank" href="javascript:window.location='http%3A%2F%2Fsphinn.com%2Findex.php%3Fc%3Dpost%26m%3Dsubmit%26link%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html';" title="Sphinn"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="del.icio.us" target="_blank" href="javascript:window.location='http%3A%2F%2Fdelicious.com%2Fpost%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search%26amp%3Bnotes%3DBasically%2520what%2520I%2520do%2520implementing%2520a%2520searchbox%2520that%2520needs%2520to%2520be%2520an%2520all%2520pages%252C%2520is%2520using%2520some%2520plain%2520typoscript%2520to%2520get%2520this%2520running%2520well.%250D%250A%250D%250AI%2520used%2520to%2520use%2520macina%2520searchbox%2520when%2520I%2520just%2520started%2520working%2520with%2520TYPO3%252C%2520but%2520getting%2520more%2520feeling%2520with%2520typoscript%252C%2520I';" title="del.icio.us"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="facebook" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.facebook.com%2Fshare.php%3Fu%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Bt%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search';" title="Facebook"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="mixx" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.mixx.com%2Fsubmit%3Fpage_url%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search';" title="Mixx"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="google" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.google.com%2Fbookmarks%2Fmark%3Fop%3Dedit%26amp%3Bbkmk%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search%26amp%3Bannotation%3DBasically%2520what%2520I%2520do%2520implementing%2520a%2520searchbox%2520that%2520needs%2520to%2520be%2520an%2520all%2520pages%252C%2520is%2520using%2520some%2520plain%2520typoscript%2520to%2520get%2520this%2520running%2520well.%250D%250A%250D%250AI%2520used%2520to%2520use%2520macina%2520searchbox%2520when%2520I%2520just%2520started%2520working%2520with%2520TYPO3%252C%2520but%2520getting%2520more%2520feeling%2520with%2520typoscript%252C%2520I';" title="Google Bookmarks"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="ekudos" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.ekudos.nl%2Fartikel%2Fnieuw%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search%26amp%3Bdesc%3DBasically%2520what%2520I%2520do%2520implementing%2520a%2520searchbox%2520that%2520needs%2520to%2520be%2520an%2520all%2520pages%252C%2520is%2520using%2520some%2520plain%2520typoscript%2520to%2520get%2520this%2520running%2520well.%250D%250A%250D%250AI%2520used%2520to%2520use%2520macina%2520searchbox%2520when%2520I%2520just%2520started%2520working%2520with%2520TYPO3%252C%2520but%2520getting%2520more%2520feeling%2520with%2520typoscript%252C%2520I';" title="eKudos"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="misterwong" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.mister-wong.com%2Faddurl%2F%3Fbm_url%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Bbm_description%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search%26amp%3Bplugin%3Dsoc';" title="MisterWong"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="reddit" target="_blank" href="javascript:window.location='http%3A%2F%2Freddit.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html%26amp%3Btitle%3DHow%2520I%2520add%2520a%2520separate%2520searchbox%2520on%2520my%2520TYPO3%2520website%2520using%2520indexed_search';" title="Reddit"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow" id="technorati" target="_blank" href="javascript:window.location='http%3A%2F%2Ftechnorati.com%2Ffaves%3Fadd%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fdesign%252Fhow-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html';" title="Technorati"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3blog.nl/design/how-i-add-a-separate-searchbox-on-my-typo3-website-using-indexed_search.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

