Commit bd8464e605abc7176daa741fa0502cd87bec1f91

Authored by Conrad Vermeulen
1 parent d4ce8d7b

KTS-673

"The search algorithm needs some work"
Updated.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7465 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/indexing/extractors/XMLExtractor.inc.php
... ... @@ -9,7 +9,7 @@ class XMLExtractor extends TextExtractor
9 9  
10 10 public function getSupportedMimeTypes()
11 11 {
12   - return array('text/xml','application/xml','text/html');
  12 + return array('text/xml','application/xml','text/html','text/enriched');
13 13 }
14 14  
15 15 protected function filter($text)
... ...