[Typo3] New field in index search frontend form

Dmitry Dulepov typo3 at fm-world.ru
Tue Nov 22 09:43:40 CET 2005


Hi!

Papis wrote:
>   I add new fields in the index search form in frontend  pi/class.tx_indexedsearch.php.
>   Do you know how can i get the added field into pivars array after submit.
>   exemple : if i add the input author in the indexed searxh form how can i get the input value in  $this->piVars
>   thanks any idea is welcome

<input type="text" id="myText" name="tx_indexedsearch[myVarName]" />

....
in pi1:

$this->piVars['myVarName']

Dmitry.



More information about the TYPO3-english mailing list