Actions
Bug #72909
closedEpic #65814: Make Indexed search extbase plugin shine
Indexed Search: Data too long for column 'cookie'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2016-01-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Using the Extbase plugin, when I search something in the FE I get this sql error:
Data too long for column 'cookie' at row 1
This is because the extension tries to insert a 32 chars long string into field 'cookie' of table index_stat_search that is a varchar(10).
Actions