Skip to content

[extractor] Fix document type in extraction result

Stefan Brüns requested to merge bruns/baloo:doctype into master

BasicIndexingJob and SearchStore use the KFileMetaData::Type enum value cast to int. Adding the name in string form is useless, adds unused data to the DB, and omits data in case additional types are only added by one of the KFM extractors.

Merge request reports