mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix hardcoded fulltext indexation
This commit is contained in:
parent
37a2bcf5a8
commit
89afbbba2b
|
|
@ -2128,7 +2128,7 @@ function addFileIntoDatabaseIndex($dir, $file, $fullpathorig = '', $mode = 'uplo
|
|||
|
||||
// Use a convertisser Doc to Text
|
||||
$useFullTextIndexation = getDolGlobalString('MAIN_USE_FULL_TEXT_INDEXATION');
|
||||
$useFullTextIndexation = 1;
|
||||
//$useFullTextIndexation = 1;
|
||||
if ($useFullTextIndexation) {
|
||||
$ecmfile->filepath = $rel_dir;
|
||||
$ecmfile->filename = $filename;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user