diff --git a/search2/indexing/extractors/XMLExtractor.inc.php b/search2/indexing/extractors/XMLExtractor.inc.php index 2d7a2fd..573f585 100755 --- a/search2/indexing/extractors/XMLExtractor.inc.php +++ b/search2/indexing/extractors/XMLExtractor.inc.php @@ -9,7 +9,7 @@ class XMLExtractor extends TextExtractor public function getSupportedMimeTypes() { - return array('text/xml','application/xml','text/html'); + return array('text/xml','application/xml','text/html','text/enriched'); } protected function filter($text)