mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix hardcoded fulltext indexation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user