Bug #60464
closedFeature #62158: Iconography / Icon identity
Epic #62333: App Icons & Focussed backend Apps
Epic #62337: "Live search" App
Backend search : Found files not appeared in search results page
20%
Description
Found files are not appeared in search results page. (after click on "Show All" button)
Files
Updated by Mansoor Ahmad about 10 years ago
Hello,
Same issue i have also in T3 6.2.4
Updated by Mansoor Ahmad about 10 years ago
- % Done changed from 0 to 20
Heyho,
Yeah i found a Solution for this issue. Just set this parameter:
$TCA['sys_file']['ctrl']['hideTable'] = 0;
And then the Resultpage shows the Items.
But there is another big backend rights issue.
The data on the sys_file table get stored under the pid = 0.
You cant give to a backenduser group in the pagetree a access on the page id 0. That means all the backend users which are not Admins, they can't search on the top right side (livesearch) for the files. So at moment the file search works only as Admin User :-(. Any Patch/Idea there?
WS,
Mansoor Ahmad
Updated by Sven Burkert over 7 years ago
- TYPO3 Version changed from 6.2 to 7
- PHP Version deleted (
5.5)
Same issue in TYPO3 7.6 LTS
Updated by Sven Burkert over 5 years ago
In TYPO3 9 LTS it's fixed, there, files aren't shown neither in search results in right top corner nor on search results page.
With hideTable=false, files are shown on both places.
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
Closed as of last comment. The table is configured as hide table and should therefor not be shown (as the list module is used to display the results, the setting is taken into account there, too).