Commit f07c825306395b0b5efb6d8713629ec514000892
1 parent
5d933709
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
Showing
1 changed file
with
1 additions
and
1 deletions
search2/indexing/extractors/XMLExtractor.inc.php
| @@ -9,7 +9,7 @@ class XMLExtractor extends TextExtractor | @@ -9,7 +9,7 @@ class XMLExtractor extends TextExtractor | ||
| 9 | 9 | ||
| 10 | public function getSupportedMimeTypes() | 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 | protected function filter($text) | 15 | protected function filter($text) |