Skip to content

Commit d8a1497

Browse files
Hawkeye1909o-ba
authored andcommitted
[BUGFIX] Search also additional file metadata fields
This patch removes the searchFields definition of sys_file_metadata so the SearchableSchemaFieldsCollector can also take the additional metadata fields created by EXT:filemetadata into account. Resolves: #106966 Releases: main, 13.4 Change-Id: I6a568eb5caf66d0a6d92c5c557ff69dd9a249ece Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89872 Tested-by: Benni Mack <benni@typo3.org> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: core-ci <typo3@b13.com> Tested-by: Oli Bartsch <bo@cedev.de> Reviewed-by: Oli Bartsch <bo@cedev.de>
1 parent e61ae77 commit d8a1497

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typo3/sysext/core/Configuration/TCA/sys_file_metadata.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
'ignoreWebMountRestriction' => true,
2222
'ignoreRootLevelRestriction' => true,
2323
],
24-
'searchFields' => 'title,description,alternative',
2524
],
2625
'columns' => [
2726
'crdate' => [

0 commit comments

Comments
 (0)