Bug #16901
closedSubSearch is not working
0%
Description
Typo3 4.0.4
indexed_search 2.9.3
When I activate the subsearch with:
show {
clearSearchBox = 1
clearSearchBox.enableSubSearchCheckBox = 1
}
then the entered keywords are not added even with the checkbox activated.
I think this is because the Line 1318 ff. in class.tx_indexedsearch.php
// Additonal keyword => "Add to current search words"
if ($this->conf['show.']['clearSearchBox'] && $this->conf['show.']['clearSearchBox.']['enableSubSearchCheckBox']) {
$markerArray['###SWORD_PREV_VALUE###'] = htmlspecialchars($this->conf['show.']['clearSearchBox'] ? '' : $this->piVars['sword']);
If both options are active then "SWORD_PREV_VALUE" is always empty. This line can not do anything else ...
(issue imported from #M4862)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.0
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.