mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Added constant for search database table.
This commit is contained in:
parent
fef0afe183
commit
0961c4e654
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user