-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Global Search #69
Comments
+1 |
Sorry @rlorenzo , I'm a little bit confused. With MOODLE_DOCKER_PHPUNIT_EXTERNAL_SERVICES enabled... an instance of solr is launched (for later use by tests). Isn't that enough? What else would you want, getting it configured for normal use, maybe? (I mean, no phpunit/behat tests) Ciao :-) |
@rlorenzo Maybe something got added since the 3 years this request was added. What configure do I add if I launch with the added services? |
For tests (phpunit and behat), all you need to do is to set:
and, automatically, a solr instance will be started and used by tests. If you want to use that instance for normal use (apart from tests), its information is:
All you have to do is to setup the config values above via UI, or using CLI:
And then, the moodle instance will have solr at hand. Ciao :-) |
Correct me if I am wrong, but I do not see Global Search support in these docker containers. Would be nice to add them in the container builds.
The text was updated successfully, but these errors were encountered: