mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add comment that converters are deprecated
This commit is contained in:
parent
dd65fe2e35
commit
a9aa87332d
|
@ -41,6 +41,7 @@ if($settings->_enableFullSearch) {
|
||||||
$fulltextservice->addService($settings->_fullSearchEngine, $indexconf);
|
$fulltextservice->addService($settings->_fullSearchEngine, $indexconf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* setConverters() is deprecated */
|
||||||
$fulltextservice->setConverters(isset($settings->_converters['fulltext']) ? $settings->_converters['fulltext'] : null);
|
$fulltextservice->setConverters(isset($settings->_converters['fulltext']) ? $settings->_converters['fulltext'] : null);
|
||||||
$fulltextservice->setConversionMgr($conversionmgr);
|
$fulltextservice->setConversionMgr($conversionmgr);
|
||||||
$fulltextservice->setMaxSize($settings->_maxSizeForFullText);
|
$fulltextservice->setMaxSize($settings->_maxSizeForFullText);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user