[TYPO3-english] indexed_search -> search in sections

Philipp Holdener philipp.holdener at me.com
Mon Sep 26 17:30:31 CEST 2011


Hi

I need a search form with the possibility to search in different sections.

This is how my form looks like at the moment (made with typoscript):

<form action="suche.html" method="post">
										<fieldset><input type="text" class="textfield" 
name="tx_indexedsearch[sword]" id="suche" value="Search" onfocus="if 
(this.value=='Search') this.value=''" onblur="if (this.value=='') 
this.value='Search'" /><input type="submit" value="go" name="button" 
class="btn-search" /><input type="hidden" 
name="tx_indexedsearch[sections]" value="0" /></fieldset>
</form>


Now, I need something like this in this code:

<select class="sel">
<option>in all sections</option>
<option>Tools</option>
<option>Research</option>
<option>Company</option>
</select>


Is this possible with indexed_search?
I haven't found something by googeling yet


Thanks for help

Greetings
philipp


More information about the TYPO3-english mailing list