Skip to content
Snippets Groups Projects
Commit 16981397 authored by Fabien Udriot's avatar Fabien Udriot Committed by Wouter Wolters
Browse files

[BUGFIX] Implement check against File type restriction in Extractors

The Metadata Extractor interface provides the possibility to limit
the scope of the extraction to only certain file types, e.g. text, image,
video, audio, application. This can be defined in every Extactor
in method ExtractorInterface::getFileTypeRestrictions()

However, this check is not implemented in the Indexer and defining
any value as File type restriction will have no effect currently.
This patch fixes the situation.

Change-Id: Iffc01f98eec89de818acaa8ceb759a2b781759fa
Resolves: #64883
Releases: master, 6.2
Reviewed-on: https://review.typo3.org/36674


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent fee2fcda
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment