Actions
Bug #14906
closedCache cannot be cleared
Start date:
2005-08-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If there a lot of indexed items, Web>Functions>Indexed search will not be able to clear cache for the entire site. Extension uses GET method which is limited to 2048 characters but actually creates much longer URLs (in my case: over 8K).
The best way would be to check constructed string using JavaScript and use POST method if it is too long.
(issue imported from #M1352)
Actions