Task #89170
closedChange search behaviour for suggest wizard
100%
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".
Updated by Gerrit Code Review about 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61703
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61703
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61927
Updated by Markus Klein about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f0eba6272498fda6a03819704877656d2ca2a8f7.
Updated by Oliver Hader about 5 years ago
- Related to Task #89414: Document new search behavior in filelist and suggest wizard added