moodle/blocks/search
Petr Skoda 43206af618 MDL-25235 fixed param type for OS paths
paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes
2010-11-16 10:27:00 +00:00
..
db global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings. 2010-11-11 03:37:54 +00:00
lang/en MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button 2010-11-09 12:40:56 +00:00
block_search.php MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button 2010-11-09 12:40:56 +00:00
README.txt renew of the global search engine 2007-07-12 12:32:15 +00:00
settings.php MDL-25235 fixed param type for OS paths 2010-11-16 10:27:00 +00:00
version.php global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings. 2010-11-11 03:37:54 +00:00

This block is a revamping of the Google Summer Of Code Project (2006) on Global Search engine
for Moodle. New block version is completed and internationalized according to Moodle multilengual support.

This block instanciates a startup database model for the search engine.

## Installing

You need installing the following elements in order the global search to be available :

1. The global search bloc (this block)
2. update the /search root package from CVS
3. The antiword libraries
4. The xpdf libraries

Both last libraries are provided as a patch called "global_search_libraries" in the contrib section.