Actions
Feature #104683
closedSearchbox in Linkbrowser should have searchLevel option
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2024-08-21
Due date:
% Done:
100%
Estimated time:
PHP Version:
8.3
Tags:
Complexity:
Sprint Focus:
Description
The searchbox in list module is configurable via mod.web_list.searchLeveles.items to allow recursive searches.
Somehow the searchbox in Linkbrowser does not use this option and therefore it is not possible to allow deep nested searches here.
In earlier TYPO3 versions (e.g. v10) this was possible (see attached screenshot comparison).
I figured out that in LinkHandler classes the setAllowedSearchLevels() method is not called nor modTSconfig is present.
It would be nice for editor to have this option to search records not just in the selected page or sysfolder but in multiple levels.
Files
Actions