Project

General

Profile

Actions

Bug #15887

closed

Hidden fields missing in search form

Added by Nick Weisser about 18 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2006-03-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

By default the following hidden fields are renderd in the search form:

<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">

If I want to add the language variable, i.e.

<input type="hidden" name="tx_indexedsearch[lang]" value="0">

with the following TS, this does not work

plugin.tx_indexedsearch.blind.lang = 1

I've verified with the object browser and the value seems to be set correctly, but to no avail.

(issue imported from #M2968)


Files

bug_2968.diff (5.24 KB) bug_2968.diff Administrator Admin, 2006-03-23 14:57
Actions

Also available in: Atom PDF