Actions
Bug #55174
closedIndexed Search broken on 6.2
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2014-01-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have two 6.2 installations,
First is a migrated site from 6.1.6 to 6.2.0beta3 using collation utf8_general_ci. Indexed Search is working here.
Second site is brand new (lastest HEAD, fresh install), using collation utf8_unicode_ci. Except of the search header, nothing else is rendered here.
Please notice the different collations for both sides.
Both sites use the very same setup. While I can see that something has been included in TSOB of the first site:
<!-- Plugin inserted: [begin] --> [tt_content.list.20.indexed_search] <!-- Plugin inserted: [end] -->
Besides that, following property exists here:
tt_content.list.20.indexed_search < plugin.tx_indexedsearch
The same looks different for the second site:
Content Object "" does not exist
Here the property tt_content.list.20.indexed_search does not exist. Instead the default is taken, which doesn't exist either.
Files
Actions