Actions
Feature #33556
closedIndexedSearch: Add stdWrap for rootline path
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2012-01-31
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In indexed_search/pi/class.tx_indexedsearch.php, line 2264 it says:
$path = '/'.$v['title'].$path;
Missing stdWrap for path seperation.
$this->cObj->stdWrap($v['title'].$path, $this->conf['path_stdWrap2.']);
Updated by Chris topher almost 13 years ago
- Project changed from 1113 to TYPO3 Core
Moved to the Core tracker.
Updated by Chris topher almost 13 years ago
- Subject changed from stdWrap for rootline path to IndexedSearch: Add stdWrap for rootline path
- TYPO3 Version set to 4.7
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
I close this as #23156 has a solution that adds a configurable path separator, and is already under review; If you think that this is the wrong decision and really need the stdWrap property, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Actions