mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Glossary indexing added, used to demonstrate that it's relatively simple
to add a new module to the indexing queue.
This commit is contained in:
parent
ed35659607
commit
defb87ba90
2 changed files with 67 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
//document types that can be searched
|
||||
define('SEARCH_TYPE_NONE', 'none');
|
||||
define('SEARCH_TYPE_WIKI', 'wiki');
|
||||
define('SEARCH_TYPE_FORUM', 'forum');
|
||||
define('SEARCH_TYPE_FORUM', 'forum');
|
||||
define('SEARCH_TYPE_GLOSSARY', 'glossary');
|
||||
|
||||
//returns all the document type constants
|
||||
function search_get_document_types($prefix='SEARCH_TYPE') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue