Skip to content

Commit

Permalink
disable pdf indexing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Dobre committed Apr 12, 2017
1 parent 1dff5d2 commit 767a23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Rubedo/src/Rubedo/Elastic/Dam.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public function index($data, $bulk = false)
// Add document
if (isset($data['originalFileId']) && $data['originalFileId'] != '') {
$indexedFiles = [
'application/pdf',
'application/rtf',
// 'application/pdf',
// 'application/rtf',
'text/html',
'text/plain',
'text/richtext',
Expand Down

0 comments on commit 767a23f

Please sign in to comment.