Bug #23190
closedBackend search is unusable for editors
0%
Description
The backend search is not usable for normal editors (!= admins). The logic is fairly simple: It searches (same as the search box in page or list module) on page ABC including x levels for the searchword.
Problem for editors: The start page comes from (alt_shortcut.php, line 634):
-----
$GLOBALS['WEBMOUNTS']0
----
Therefore it is not possible to search in other branches than the first web mount.
Example page tree:
======================
Root
-- Page A
-- Page B
-- -- Page BA
-- -- Page BB
-- Page C
-- -- Page CA
-- -- Page CB
-- -- -- Page CBA
======================
If an editor has the Pages A & C as web mounts, the search can only be used to search in the branch of Page A
(issue imported from #M15129)
Files
Updated by Sebastian Fischer almost 14 years ago
I can confirm this behaviour on a 4.4.4 core.
Updated by Ingo Schmitt almost 14 years ago
I can confirm this behaviour on a 4.2 and a 4.3 core.
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Is this feature missing in newer versions of TYPO3 CMS (6.1.7)?
If yes, can you provide a newer patch against master by using Gerrit? http://wiki.typo3.org/CWT
Updated by Georg Ringer over 10 years ago
- Status changed from Needs Feedback to Resolved
fixed with #35073