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.']);
Actions