[Typo3-shop] Multicritaeria search in shop module
Franz Holzinger
franz at fholzinger.com
Mon May 2 19:10:52 CEST 2005
Hello Cyril,
> Do you know how yo extend search in tt_products ?
> Basicaly there is only one imput text, how to add others ?
> I try to create several imput with name "swords" but it doesn't work,
> may be something to change in class_tx_ttproduct .
you can use stdSearchFieldExt to define the tt_products fields to search
for. If you want to separate the search to more than one input field,
you have to write a JavaScript that places everything into the field
named "swords" separated by a comma.
Or how should this be made easyier?
Franz
More information about the TYPO3-project-tt-products
mailing list