Actions
Task #89170
closedChange search behaviour for suggest wizard
Start date:
2019-09-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The suggest wizard uses a rather uncommon syntax to search for records.
As the survey https://decisions.typo3.org/t/how-would-you-search-in-typo3-backend/396 shows, most users would use single words to get a result with all of them or the words in double-quotes to search for the exact phrase.
This syntax is already used in FAL to search for file names.
Besides that it is impossible to search for integers as those are interpreted as uid, always.
The implementation should be changed to allow also search phrases like "boeing 737".
Actions