danielneis / moodle-search_elasticsearch

discontinued - use https://moodle.org/plugins/search_elastic
GNU General Public License v3.0
4 stars 6 forks source link

add_document method is missing the second argument #2

Closed hcpss-banderson closed 7 years ago

hcpss-banderson commented 7 years ago

When enabling the plugin on 3.1 I get:

Fatal error: Declaration of search_elasticsearch\engine::add_document() must be compatible with core_search\engine::add_document($document, $fileindexing = false) in /var/www/search/engine/elasticsearch/classes/engine.php on line 29

Looks like the add_document method is missing the second argument.

danielneis commented 7 years ago

ok, thanks for the report. fixed on master. best regards!