mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
include SQLiteFTS.php from vendor/seeddms/sqlitefts
This commit is contained in:
parent
9b780bd883
commit
fc61b3d759
|
@ -14,7 +14,7 @@ if($settings->_enableFullSearch) {
|
|||
);
|
||||
$fulltextservice->addService('sqlitefts', $indexconf);
|
||||
|
||||
require_once('SeedDMS/SQLiteFTS.php');
|
||||
require_once('vendor/seeddms/sqlitefts/SQLiteFTS.php');
|
||||
} elseif($settings->_fullSearchEngine == 'lucene') {
|
||||
$indexconf = array(
|
||||
'Indexer' => 'SeedDMS_Lucene_Indexer',
|
||||
|
|
Loading…
Reference in New Issue
Block a user