Added constant for search database table.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* */
|
||||
|
||||
define('SEARCH_INDEX_PATH', "$CFG->dataroot/search");
|
||||
define('SEARCH_DATABASE_TABLE', 'search_documents');
|
||||
|
||||
//document types that can be searched
|
||||
define('SEARCH_TYPE_NONE', 'none');
|
||||
|
||||
Reference in New Issue
Block a user