<?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>ki GmbH :: tec blog &#187; search</title>
	<atom:link href="http://www.kigmbh.com/wordpress/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kigmbh.com/wordpress</link>
	<description>essenzen aus der tekki welt</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:24:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Typo3 indexedsearch Mehrsprachigkeit</title>
		<link>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:30:05 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[suche]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=314</guid>
		<description><![CDATA[Wenn das Suchresultat Mehrsprachig ist, man das Ergebnis aber nur in der aktuellen Sprache haben möchte, könne diese Zeilen helfen. TS-Setup: #default language plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0 [globalVar = GP:L=1] #secund language plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1 [global] [globalVar = GP:L=2] #third language (and so on;-) plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2 [global]]]></description>
			<content:encoded><![CDATA[<p>Wenn das Suchresultat Mehrsprachig ist, man das Ergebnis aber nur in der aktuellen Sprache haben möchte, könne diese Zeilen helfen.<br />
TS-Setup:</p>

<div class="wp_syntax"><div class="code"><pre class="typo3" style="font-family:monospace;">#default language
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
[globalVar = GP:L=1]
   #secund language
   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1
[global]
[globalVar = GP:L=2]
   #third language (and so on;-)
   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2
[global]</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Klassen für einzelnen Felder der Suche</title>
		<link>http://www.kigmbh.com/wordpress/2009/04/klassen-fur-einzelnen-felder-der-suche/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/04/klassen-fur-einzelnen-felder-der-suche/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 07:59:56 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[suchfelder]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=302</guid>
		<description><![CDATA[<pre class="ts-hl"></pre>]]></description>
			<content:encoded><![CDATA[<p>hier werden die Klassen für die einzelnen Elemente definiert -&gt; direkt unter lib.search einzubinden</p>
<pre class="ts-hl"># Suchenfeld
# params = class="textbox"

# Submitbutton
# params.submit = class="submit"

# Textarea
# params.text = class="textarea"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/04/klassen-fur-einzelnen-felder-der-suche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 3</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=12</guid>
		<description><![CDATA[Suche in zwei Sprachen (de und en): # Language default-Konfiguration config.sys_language_uid = 0 config.language = de config.locale_all = de_DE config.htmlTag_langKey = de &#160; &#91;globalVar = GP:L = 0&#93; # Konfiguration wenn &#38;L=0 angegeben config.sys_language_uid = 0 config.language = de config.locale_all = de_DE config.htmlTag_langKey = de &#91;global&#93; &#160; &#91;globalVar = GP:L = 1&#93; # Konfiguration wenn [...]]]></description>
			<content:encoded><![CDATA[<p>Suche in zwei Sprachen (de und en):</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># Language default-Konfiguration</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> de_DE
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> de
&nbsp;
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">globalVar</span> <span style="color: #339933; font-weight: bold;">=</span> GP<span style="color: #339933; font-weight: bold;">:</span>L <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span><span style="color: #009900;">&#93;</span>
<span style="color: #aaa; font-style: italic;"># Konfiguration wenn &amp;L=0 angegeben</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> de_DE
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">global</span><span style="color: #009900;">&#93;</span>
&nbsp;
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">globalVar</span> <span style="color: #339933; font-weight: bold;">=</span> GP<span style="color: #339933; font-weight: bold;">:</span>L <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span><span style="color: #009900;">&#93;</span>
<span style="color: #aaa; font-style: italic;"># Konfiguration wenn &amp;L=1 angegeben</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> en
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> en_EN
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> en
<span style="color: #aaa; font-style: italic;">#SearchOverlay</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>params<span style="color: #339933; font-weight: bold;">.</span>input <span style="color: #339933; font-weight: bold;">=</span> onfocus <span style="color: #339933; font-weight: bold;">=</span> &quot;this<span style="color: #339933; font-weight: bold;">.</span>value <span style="color: #339933; font-weight: bold;">=</span> ''&quot; onBlur<span style="color: #339933; font-weight: bold;">=</span>&quot;if<span style="color: #009900;">&#40;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">==</span>''<span style="color: #009900;">&#41;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">=</span>'Search'&quot;
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>image<span style="color: #339933; font-weight: bold;">.</span>file<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>btn_search_en<span style="color: #339933; font-weight: bold;">.</span>gif
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>layout<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Results on this <span style="color: #990000; font-weight: bold;">PAGE</span><span style="color: #339933; font-weight: bold;">:</span> <span style="color: #009900;">###RANGELOW###</span> to <span style="color: #009900;">###RANGEHIGH###</span> off <span style="color: #009900;">###TOTAL###</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>noResultObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">NO</span> result found
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">global</span><span style="color: #009900;">&#93;</span>
&nbsp;
<span style="color: #aaa; font-style: italic;"># der Paramter L soll durchgereicht werden</span>
<span style="color: #aaa; font-style: italic;"># in class.t3lib_tsparser.php existiert ein Hook um weitere Funktionen zu definieren.</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>linkVars <span style="color: #339933; font-weight: bold;">:=</span> addToList<span style="color: #009900;">&#40;</span>L<span style="color: #009900;">&#41;</span>
<span style="color: #aaa; font-style: italic;"># der Paramter soll eindeutig sein (kein doppeltes Auftreten in einer URL)</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>uniqueLinkVars <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 2</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=10</guid>
		<description><![CDATA[Suche einbauen mit eigenem Button und Zielseite (anpassen von redirect = 56): lib.search &#60; tt_content.search.30 lib.search &#123; layout = &#60;div class=&#34;searchform-searchbox&#34;&#62;###FIELD###&#60;/div&#62; #layout = ###FIELD### stdWrap &#62; #muss wegen xhtml auskommentiert werden #target = _self redirect = 56 badMess = Bitte die erforderlichen Felder ausfüllen dataArray.10 &#123; label.override = Suche: type = *sword = input, 10, [...]]]></description>
			<content:encoded><![CDATA[<p>Suche einbauen mit eigenem Button und Zielseite (anpassen von redirect = 56):</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search <span style="color: #009900;">&#123;</span>
layout <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;div class=&quot;searchform-searchbox&quot;&gt;</span><span style="color: #009900;">###FIELD###</span><span style="color: #3366CC;">&lt;/div&gt;</span>
<span style="color: #aaa; font-style: italic;">#layout = </span><span style="color: #009900;">###FIELD###</span>
<span style="font-weight: bold;">stdWrap</span> <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #aaa; font-style: italic;">#muss wegen xhtml auskommentiert werden</span>
<span style="color: #aaa; font-style: italic;">#target = _self</span>
redirect <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">56</span>
badMess <span style="color: #339933; font-weight: bold;">=</span> Bitte die erforderlichen Felder ausfüllen
dataArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #009900;">&#123;</span>
label<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Suche<span style="color: #339933; font-weight: bold;">:</span>
type <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">*</span>sword <span style="color: #339933; font-weight: bold;">=</span> input, <span style="color: #cc0000;">10</span>, <span style="color: #cc0000;">20</span>
value <span style="color: #339933; font-weight: bold;">=</span> Suche
<span style="color: #009900;">&#125;</span>
dataArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #009900;">&#123;</span>
valueArray <span style="color: #339933; font-weight: bold;">&gt;</span>
type <span style="color: #339933; font-weight: bold;">=</span> scols <span style="color: #339933; font-weight: bold;">=</span> hidden
value <span style="color: #339933; font-weight: bold;">=</span> pages<span style="color: #339933; font-weight: bold;">.</span>title-subtitle-keywords-description<span style="color: #339933; font-weight: bold;">:</span><span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>header-bodytext-imagecaption
<span style="color: #009900;">&#125;</span>
params <span style="color: #009900;">&#123;</span>
<span style="color: #aaa; font-style: italic;"># Suchfeld treffen</span>
<span style="color: #aaa; font-style: italic;">#input = class=&quot;xxx_suchfeld&quot;</span>
input <span style="color: #339933; font-weight: bold;">=</span> onfocus <span style="color: #339933; font-weight: bold;">=</span> &quot;this<span style="color: #339933; font-weight: bold;">.</span>value <span style="color: #339933; font-weight: bold;">=</span> ''&quot; onBlur<span style="color: #339933; font-weight: bold;">=</span>&quot;if<span style="color: #009900;">&#40;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">==</span>''<span style="color: #009900;">&#41;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">=</span>'Suchen'&quot;
<span style="color: #aaa; font-style: italic;"># Submitbtn treffen</span>
<span style="color: #aaa; font-style: italic;">#submit = class=&quot;xxx_suchbutton&quot;</span>
<span style="color: #009900;">&#125;</span>
Image <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">IMAGE</span>
image<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">GIFBUILDER</span>
image<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #009900;">&#123;</span>
XY <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">39</span>, <span style="color: #cc0000;">19</span>
<span style="color: #cc0000;">20</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">IMAGE</span>
20<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>btn_search<span style="color: #339933; font-weight: bold;">.</span>gif
20<span style="color: #339933; font-weight: bold;">.</span>offset <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>, <span style="color: #cc0000;">0</span>
<span style="color: #009900;">&#125;</span>
image<span style="color: #339933; font-weight: bold;">.</span>wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;div class=&quot;searchform-searchbox-<span style="color: #cc0000;">2</span>&quot;<span style="color: #339933; font-weight: bold;">&gt;</span></span><span style="color: #339933; font-weight: bold;">|</span><span style="color: #3366CC;">&lt;/div&gt;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #aaa; font-style: italic;">#Suchergebnis (Ausgabe) anpassen</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #009900;">&#123;</span>
layout<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Ergebnisse auf dieser Seite<span style="color: #339933; font-weight: bold;">:</span> <span style="color: #009900;">###RANGELOW###</span> bis <span style="color: #009900;">###RANGEHIGH###</span> von <span style="color: #009900;">###TOTAL###</span>
renderObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span><span style="font-weight: bold;">typolink</span><span style="color: #339933; font-weight: bold;">.</span>target <span style="color: #339933; font-weight: bold;">=</span> _self
renderObj<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span><span style="font-weight: bold;">stdWrap</span><span style="color: #339933; font-weight: bold;">.</span>crop <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">200</span> <span style="color: #339933; font-weight: bold;">|</span> <span style="color: #009900;">&#91;</span><span style="color: #339933; font-weight: bold;">...</span><span style="color: #009900;">&#93;</span>
noResultObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Kein Ergebnis gefunden
next<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Weiter
prev<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Zurück
target <span style="color: #339933; font-weight: bold;">=</span> _self
range <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">10</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 1</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=7</guid>
		<description><![CDATA[Umstellen der Suche von Headline auf Content: # Swap the selectbox items in Standard Search temp.temp &#60; tt_content.search.30.dataArray.20.valueArray.10 temp.temp &#60; tt_content.search.30.dataArray.20.valueArray.10 tt_content.search.30.dataArray.20.valueArray.10 &#62; tt_content.search.30.dataArray.20.valueArray.10 &#60; tt_content.search.30.dataArray.20.valueArray.20 tt_content.search.30.dataArray.20.valueArray.20 &#62; tt_content.search.30.dataArray.20.valueArray.20 &#60; temp.temp]]></description>
			<content:encoded><![CDATA[<p>Umstellen der Suche von Headline auf Content:</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># Swap the selectbox items in Standard Search</span>
<span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10
<span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
