[TYPO3-dev] Indexed Search Hidden Fields

Nick Weisser typo3 at openstream.ch
Tue Mar 21 22:45:38 CET 2006


Hi there,

Please forgive me for cross-posting, but in the English mailing list no 
one replied to my question.

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 additional hidden fields explicitly via TypoScript?

Here is part of the default setup, but I can't see anything that matches:

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 or any other pointers 
are very much welcome.

Regards,
Nick




More information about the TYPO3-dev mailing list