[TYPO3] Indexed Search Hidden Fields

Nick Weisser typo3 at openstream.ch
Thu Mar 16 15:09:33 CET 2006


Hi there,

After upgrading from indexed search 2.1.3 to 2.9.0 some hidden fields in 
the normal search form seem to be missing which causes a problem on 
multi-lingual sites.

Before it was:

<input type="hidden" name="tx_indexedsearch[_sections]" value="0">
<input type="hidden" name="tx_indexedsearch[pointer]" value="0">
<input type="hidden" name="tx_indexedsearch[ext]" value="0">
<input type="hidden" name="tx_indexedsearch[group]" value="flat">
<input type="hidden" name="tx_indexedsearch[lang]" value="0">
<input type="hidden" name="tx_indexedsearch[type]" value="1">
<input type="hidden" name="tx_indexedsearch[media]" value="0">
<input type="hidden" name="tx_indexedsearch[desc]" value="0">

Now it is only:

<input type="hidden" name="tx_indexedsearch[_sections]" value="0">
<input type="hidden" name="tx_indexedsearch[pointer]" value="0">
<input type="hidden" name="tx_indexedsearch[type]" value="1">
<input type="hidden" name="tx_indexedsearch[ext]" value="0">


Do I need to set these explicitly via TypoScript?

Here is part of the default setup:

plugin.tx_indexedsearch {
templateFile = EXT:indexed_search/pi/template_traditional.tmpl

show {
rules = 1
parsetimes = 0
L2sections = 0
L1sections = 1
LxALLtypes = 0
clearSearchBox = 0
clearSearchBox.enableSubSearchCheckBox = 0
forbiddenRecords = 0
alwaysShowPageLinks = 0
advancedSearchLink = 1
resultNumber = 0
mediaList =
}

blind {
type = 0
defOp = 0
sections = 0
media = 0
order = 0
group = 0
lang = 0
desc = 0
results = 0
}
rules_stdWrap {
}
sectionlinks_stdWrap {
}
path_stdWrap {
}
search {
rootPidList =
page_links = 10
}

result_link_target =
flagRendering = CASE
flagRendering {
key.current = 1
2 = TEXT
2.value = German
default = TEXT
default.value = English
}


Any suggestions as to what has to be overridden are very much welcome.

Regards,
Nick




More information about the TYPO3-english mailing list