Actions
Task #85412
closedLiveSearch should not cache results
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2018-06-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
If a user searches for "foobar" and there are hits, the results are displayed as intended. If the user renames any "foobar" record and searches again, the renamed record is still found as "foobar", as the used autocompletion library stores the results in a first level cache on JS side. The only "fix" for the user is to reload the backend.
Instead, search results should not be cached at all.
Actions