[TYPO3-english] indexed_search -> search in sections

Urs Bräm info at ursbraem.ch
Mon Sep 26 21:26:54 CEST 2011


You could try ke_search, there you can define facettes for the search

Am 26.09.11 17:30, schrieb Philipp Holdener:
> 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


-- 
Urs Bräm
macht Websites
---
Certified Typo3 Integrator
CH-3011 Bern
www.ursbraem.ch


More information about the TYPO3-english mailing list